diff --git a/manifest.json b/manifest.json index ac512e9..556afee 100644 --- a/manifest.json +++ b/manifest.json @@ -8,10 +8,11 @@ "sizes": "512x512" } ], - "id": "/?source=pwa", - "start_url": "/?source=pwa", + "id": "/", + "start_url": "/", "background_color": "#000000", "display": "standalone", + "orientation": "natural", "scope": "/", "theme_color": "#000000" }