diff --git a/app/index.html b/app/index.html index 9e21f1c4..9f348192 100644 --- a/app/index.html +++ b/app/index.html @@ -7,8 +7,12 @@ Web Starter Kit - + + + + + @@ -20,7 +24,7 @@ - + diff --git a/app/manifest.json b/app/manifest.json new file mode 100644 index 00000000..1a716f8c --- /dev/null +++ b/app/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Web Starter Kit", + "short_name": "WSK", + "icons": [{ + "src": "images/touch/icon-128x128.png", + "sizes": "128x128" + }, { + "src": "images/touch/apple-touch-icon.png", + "sizes": "152x152" + }, { + "src": "images/touch/ms-touch-icon-144x144-precomposed.png", + "sizes": "144x144" + }, { + "src": "images/touch/chrome-touch-icon-192x192.png", + "sizes": "192x192" + }], + "start_url": "/index.html?homescreen=1", + "display": "standalone" +}