diff --git a/web/templates/paw/manifest.webmanifest b/web/templates/paw/manifest.webmanifest new file mode 100644 index 0000000..797ad79 --- /dev/null +++ b/web/templates/paw/manifest.webmanifest @@ -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" } + ] +} \ No newline at end of file