ShadowEditor/web/manifest.json
2020-05-01 09:07:57 +08:00

14 lines
275 B
JSON

{
"name": "ShadowEditor",
"short_name": "SE",
"start_url": ".",
"scope": ".",
"display": "standalone",
"icons": [
{
"src": "./assets/image/icon.png",
"type": "image/png",
"sizes": "144x144"
}
]
}