websoft9/cockpit/portainer/build/manifest.json

11 lines
336 B
JSON
Raw Normal View History

2023-05-31 16:22:27 +08:00
{
2023-06-03 17:08:03 +08:00
"version": "1.0.1",
2023-05-31 16:22:27 +08:00
"menu": {
"container": {
"label": "Portainer",
"path": "index.html",
"order": 2
}
},
"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/ *"
}