From 62bbdced44d0739e4aa137e8d997b0e19e46bf90 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Wed, 15 Mar 2017 00:04:47 -0400 Subject: [PATCH] #41 Added web manifest file --- manifest.webmanifest | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 manifest.webmanifest diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 0000000..e5bd34c --- /dev/null +++ b/manifest.webmanifest @@ -0,0 +1,48 @@ +{ + "name": "Tracman", + "short_name": "Tracman", + "author": "Keith Irwin", + "description": "GPS tracking service", + "homepage_url": "https://github.com/Tracman-org/Server", + + "theme_color": "#222222", + "background_color": "#080808", + "display": "standalone", + "icons": [{ + "src": "static/img/icon/by/228.png", + "sizes": "228x228", + "type": "image/png" + }, { + "src": "static/img/icon/by/152.png", + "sizes": "152x152", + "type": "image/png" + }, { + "src": "static/img/icon/by/128.png", + "sizes": "128x128", + "type": "image/png" + }, { + "src": "static/img/icon/by/72.png", + "sizes": "72x72", + "type": "image/png" + }, { + "src": "static/img/icon/by/57.png", + "sizes": "57x57", + "type": "image/png" + }, { + "src": "static/img/icon/by/48.png", + "sizes": "48x48", + "type": "image/png" + }, { + "src": "static/img/icon/by/32.png", + "sizes": "32x32", + "type": "image/png" + }, { + "src": "static/img/icon/by/16.png", + "sizes": "16x16", + "type": "image/png" + }, { + "src": "static/img/icon/by/16-32-48.ico", + "sizes": "16x16 32x32 48x48", + "type": "image/ico" + }] +}