Add web/templates/pwa/manifest.webmanifest
This commit is contained in:
parent
41f11e4c4c
commit
6b7f0b7a3b
13
web/templates/pwa/manifest.webmanifest
Normal file
13
web/templates/pwa/manifest.webmanifest
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "Illustrations Database",
|
||||||
|
"short_name": "Illustrations",
|
||||||
|
"start_url": "/?source=pwa",
|
||||||
|
"scope": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"theme_color": "#2f6cab",
|
||||||
|
"icons": [
|
||||||
|
{ "src": "/static/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
||||||
|
{ "src": "/static/pwa/icon-512.png", "sizes": "512x512", "type": "image/png" }
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user