fix manifest

This commit is contained in:
xmcp
2019-03-09 14:31:49 +08:00
parent f53087d56c
commit 3da1ea46db

View File

@@ -3,17 +3,17 @@
"name": "P大树洞", "name": "P大树洞",
"icons": [ "icons": [
{ {
"src": "/static/favicon/256.png", "src": "favicon/256.png",
"sizes": "256x256", "sizes": "256x256",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/static/favicon/192.png", "src": "favicon/192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
} }
], ],
"start_url": "/?app", "start_url": "../",
"display": "standalone", "display": "standalone",
"theme_color": "#112244", "theme_color": "#112244",
"background_color": "#112244" "background_color": "#112244"