[code] made changes to manifest.json, updated a few parameters for URL and start states, alongside orientation property.

This commit is contained in:
2026-04-22 10:53:33 +01:00
parent 03abcfabbe
commit c98c0a1076

View File

@@ -8,10 +8,11 @@
"sizes": "512x512" "sizes": "512x512"
} }
], ],
"id": "/?source=pwa", "id": "/",
"start_url": "/?source=pwa", "start_url": "/",
"background_color": "#000000", "background_color": "#000000",
"display": "standalone", "display": "standalone",
"orientation": "natural",
"scope": "/", "scope": "/",
"theme_color": "#000000" "theme_color": "#000000"
} }