From 41f11e4c4c7d7808c4aa27bf7b01dfcaaeb4c9b8 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 02:01:42 +0000 Subject: [PATCH] Delete web/templates/paw/manifest.webmanifest --- web/templates/paw/manifest.webmanifest | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 web/templates/paw/manifest.webmanifest diff --git a/web/templates/paw/manifest.webmanifest b/web/templates/paw/manifest.webmanifest deleted file mode 100644 index 797ad79..0000000 --- a/web/templates/paw/manifest.webmanifest +++ /dev/null @@ -1,13 +0,0 @@ -{ - "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