websoft9/cockpit/appstore/build/manifest.json
2023-06-02 11:24:32 +08:00

11 lines
413 B
JSON

{
"version": "1.0.0",
"menu": {
"appstore": {
"label": "App Store",
"path": "index.html",
"order": -1
}
},
"content-security-policy": "default-src 'unsafe-inline' 'unsafe-eval' *;font-src * data:;style-src 'unsafe-inline' 'unsafe-eval' *;img-src * data:;connect-src https://graphql.contentful.com/ http://redhattext http://overpass-webfont *"
}