manifest, index: add manifest, now we are a real webapp!

This commit is contained in:
Iris Lightshard 2021-02-07 15:53:16 -05:00
parent c07d60efd5
commit 00c8c6969e
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
2 changed files with 10 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="./manifest.json">
<title>Catbug: in the see-through zone!</title>
<style>
*{padding: 0; margin: 0;}

8
manifest.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "Catbug in the See-Through-Zone",
"short_name": "KatbugJS",
"start_url": "./index.html",
"display": "fullscreen",
"theme_color": "#1f9b92",
"background_color": "#000000"
}