mirror of
https://github.com/flynx/Slang.git
synced 2025-10-28 10:10:07 +00:00
added web app manifest...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cc40f51095
commit
622fbd66d1
7
simplesnake/manifest.json
Normal file
7
simplesnake/manifest.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"short_name": "SimpleSnake",
|
||||
"name": "SimpleSnake",
|
||||
"display": "standalone",
|
||||
"orientation": "landscape",
|
||||
"Theme_color": "white"
|
||||
}
|
||||
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# Timestamp: 20170423155929
|
||||
# Timestamp: 20170425000811
|
||||
|
||||
CACHE:
|
||||
simplesnake.html
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="stylesheet" href="simplesnake.css">
|
||||
<script src="simplesnake.js"></script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user