diff --git a/src/snek/static/manifest.json b/src/snek/static/manifest.json index 6d98b90..3a7200f 100644 --- a/src/snek/static/manifest.json +++ b/src/snek/static/manifest.json @@ -1,7 +1,20 @@ { + "id": "snek", "name": "Snek", "description": "Danger noodle", "display": "standalone", + "orientation": "portrait", + "scope": "/web.html", + "theme_color": "#000000", + "background_color": "#000000", + "related_applications": [], + "prefer_related_applications": false, + "screenshots": [], + "dir": "ltr", + "lang": "en-US", + "launch_path": "/web.html", + "display_override": ["browser"], + "short_name": "Snek", "start_url": "/web.html", "icons": [ { @@ -10,4 +23,4 @@ "sizes": "512x512" } ] - } \ No newline at end of file + } diff --git a/src/snek/templates/app.html b/src/snek/templates/app.html index 8caaef8..42ba78f 100644 --- a/src/snek/templates/app.html +++ b/src/snek/templates/app.html @@ -3,9 +3,12 @@ + Snek + @@ -13,7 +16,7 @@ - + @@ -45,20 +48,22 @@