websoft9/cockpit/myapps/manifest.json

12 lines
429 B
JSON
Raw Normal View History

2023-05-31 16:22:27 +08:00
{
"version": "1.0.0",
2023-06-02 11:24:32 +08:00
"name": "myapps",
2023-05-31 16:22:27 +08:00
"menu": {
2023-06-02 11:24:32 +08:00
"index": {
2023-05-31 16:22:27 +08:00
"label": "My Apps",
"path": "index.html",
"order": 0
}
},
"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 *"
}