From 7bc9cac9f76f82473860095ed8b67647a0b02e19 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 26 Feb 2016 23:53:48 +0100 Subject: [PATCH] Web app manifest --- manifest.json | 29 +++++++++++++++++++++++++++++ templates/head.tpl | 1 + 2 files changed, 30 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..57256cf --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "short_name": "AllTube", + "name": "AllTube Download", + "display": "minimal-ui", + "icons": [{ + "src": "img/favicon.png", + "sizes": "32x32", + "type": "image/png" + }, { + "src": "img/logo_60.png", + "sizes": "60x60", + "type": "image/png" + }, { + "src": "img/logo_90.png", + "sizes": "90x60", + "type": "image/png" + }, { + "src": "img/logo_app.png", + "sizes": "243x243", + "type": "image/png" + }, { + "src": "img/logo_250.png", + "sizes": "250x250", + "type": "image/png" + }], + "lang": "en", + "start_url": "./index.php", + "theme_color": "#4F4F4F" +} diff --git a/templates/head.tpl b/templates/head.tpl index 239a3df..175293c 100644 --- a/templates/head.tpl +++ b/templates/head.tpl @@ -27,5 +27,6 @@ +