diff --git a/manifest.json b/manifest.json index bbd62b3..e158b2b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "short_name": "Lemon", "description": "I make stuff, like this...", "scope": "/", - "start_url": "/", + "start_url": "https://ahoylemon.xyz", "version": "3.15", "icons": [ { @@ -12,6 +12,12 @@ "type": "image/png", "purpose": "any" }, + { + "src": "/maskable-196x196.png", + "sizes": "196x196", + "type": "image/png", + "purpose": "maskable" + }, { "src": "/android-chrome-192x192.png?v=2024", "sizes": "192x192", diff --git a/maskable-196x196.png b/maskable-196x196.png new file mode 100644 index 0000000..1e4ec4a Binary files /dev/null and b/maskable-196x196.png differ diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index c58efdc..0000000 --- a/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "ahoylemon.xyz", - "short_name": "ahoylemon.xyz", - "icons": [ - { - "src": "/android-chrome-192x192.png?v=2024", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png?v=2024", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#e5e828", - "background_color": "#e5e828", - "display": "standalone" -}