From 58917ce3db93d551b2af150804ca07732bce5ac7 Mon Sep 17 00:00:00 2001 From: Thaum Date: Tue, 3 Feb 2015 11:11:19 +0000 Subject: [PATCH] Added Android Webapp manifest --- rpg-docs/client/views/layout/head.html | 2 ++ rpg-docs/public/manifest.json | 43 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 rpg-docs/public/manifest.json diff --git a/rpg-docs/client/views/layout/head.html b/rpg-docs/client/views/layout/head.html index ef76c01d..00ba8f75 100644 --- a/rpg-docs/client/views/layout/head.html +++ b/rpg-docs/client/views/layout/head.html @@ -1,6 +1,8 @@ RPG Docs + + diff --git a/rpg-docs/public/manifest.json b/rpg-docs/public/manifest.json new file mode 100644 index 00000000..efc2d1f1 --- /dev/null +++ b/rpg-docs/public/manifest.json @@ -0,0 +1,43 @@ +{ + "name": "RPG Docs", + "icons": [ + { + "src": "launcher-icon-0-75x.png", + "sizes": "36x36", + "type": "image/png", + "density": "0.75" + }, + { + "src": "launcher-icon-1x.png", + "sizes": "48x48", + "type": "image/png", + "density": "1.0" + }, + { + "src": "launcher-icon-1-5x.png", + "sizes": "72x72", + "type": "image/png", + "density": "1.5" + }, + { + "src": "launcher-icon-2x.png", + "sizes": "96x96", + "type": "image/png", + "density": "2.0" + }, + { + "src": "launcher-icon-3x.png", + "sizes": "144x144", + "type": "image/png", + "density": "3.0" + }, + { + "src": "launcher-icon-4x.png", + "sizes": "192x192", + "type": "image/png", + "density": "4.0" + } + ], + "start_url": "/", + "display": "standalone" +} \ No newline at end of file