From c1ed2a7ece99db2f415b90379a87035fd7e58624 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 21 Jan 2018 23:18:42 +0000 Subject: [PATCH] Updated manifest --- static/manifest.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/static/manifest.json b/static/manifest.json index e5bd34c..ec8e0ff 100755 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,10 +4,11 @@ "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", @@ -44,5 +45,14 @@ "src": "static/img/icon/by/16-32-48.ico", "sizes": "16x16 32x32 48x48", "type": "image/ico" - }] + }], + + "prefer_related_applications": false, + "related_applications": [ + { + "platform": "play", + "url": "https://play.google.com/store/apps/details?id=us.keithirwin.tracman", + "id": "us.keithirwin.tracman" + }] + }