Browse Source

added missing files

tags/v0.3.1
Big Bad Waffle 5 years ago
parent
commit
19380aaf31
2 changed files with 12 additions and 0 deletions
  1. BIN
     
  2. +12
    -0
      src/client/manifest.json

BIN
View File


+ 12
- 0
src/client/manifest.json View File

@@ -0,0 +1,12 @@
{
"short_name": "IWD",
"name": "Isleward",
"icons": [{
"src": "/images/icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"start_url": "/index.html",
"display": "fullscreen",
"orientation": "landscape"
}

Loading…
Cancel
Save