websoft9/cockpit/myapps/build/manifest.json

11 lines
377 B
JSON
Raw Normal View History

2023-05-31 16:22:27 +08:00
{
"version": "1.0.0",
"menu": {
2023-06-02 14:02:20 +08:00
"appstore": {
2023-05-31 16:22:27 +08:00
"label": "My Apps",
"path": "index.html",
"order": 0
}
},
2023-06-02 14:02:20 +08:00
"content-security-policy": "default-src 'unsafe-inline' 'unsafe-eval' *;font-src * data:;style-src 'unsafe-inline' 'unsafe-eval' *;img-src * data:;connect-src http://redhattext http://overpass-webfont *"
2023-05-31 16:22:27 +08:00
}