From 60eafa6c3697291d8e2013bf3a99fabe6c718061 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 02:01:32 +0000 Subject: [PATCH] Add web/templates/paw/manifest.webmanifest --- web/templates/paw/manifest.webmanifest | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/templates/paw/manifest.webmanifest 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