ura-components/public/manifest.webmanifest

32 lines
617 B
JSON

{
"name": "StarWebComponents",
"short_name": "StarWC",
"description": "StarWC",
"lang": "en-US",
"orientation": "any",
"start_url": "/index.html",
"display": "fullscreen",
"icons": [
{
"src": "/styles/icon_256.png",
"type": "image/png",
"sizes": "256x256"
}
],
"b2g_features": {
"locales": {
"zh-CN": {
"name": "StarWeb组件",
"short_name": "StarWeb组件",
"description": "StarWeb组件"
}
},
"permissions": {
"settings": {
"access": "readwrite"
}
},
"core": true,
"version": "0.0.1"
}
}