From 55e14cf39418097329b9110243d6d7325533ef1e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 22 Jan 2026 10:28:38 +0100 Subject: [PATCH] Updating site.webmanifest for PWA usage --- .../static/favicons/site.webmanifest | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/changedetectionio/static/favicons/site.webmanifest b/changedetectionio/static/favicons/site.webmanifest index 6d25c20e0..96ae1b3fe 100644 --- a/changedetectionio/static/favicons/site.webmanifest +++ b/changedetectionio/static/favicons/site.webmanifest @@ -1,19 +1,25 @@ { - "name": "", - "short_name": "", + "name": "ChangeDetection.io", + "short_name": "ChangeDetect", + "description": "Self-hosted website change detection and monitoring", "icons": [ { "src": "android-chrome-192x192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "android-chrome-256x256.png", "sizes": "256x256", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ], - "theme_color": "#ffffff", + "start_url": "/", + "theme_color": "#5bbad5", "background_color": "#ffffff", - "display": "standalone" + "display": "standalone", + "categories": ["utilities", "productivity"], + "orientation": "any" }