manifest, index: add manifest, now we are a real webapp!
This commit is contained in:
parent
c07d60efd5
commit
00c8c6969e
2 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="HandheldFriendly" content="True" />
|
<meta name="HandheldFriendly" content="True" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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>
|
<title>Catbug: in the see-through zone!</title>
|
||||||
<style>
|
<style>
|
||||||
*{padding: 0; margin: 0;}
|
*{padding: 0; margin: 0;}
|
||||||
|
@ -209,4 +209,4 @@
|
||||||
<canvas id="screen" width="320" height="180"></canvas>
|
<canvas id="screen" width="320" height="180"></canvas>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
8
manifest.json
Normal file
8
manifest.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in a new issue