manifest.webmanifest (403B)
1 { 2 "name": "App", 3 "short_name": "app", 4 "start_url": "./start/index.html", 5 "display": "standalone", 6 "background_color": "#c0ffeeee", 7 "theme_color": "cadetblue", 8 "icons": [{ 9 "src": "images/test.gif", 10 "sizes": "192x192", 11 "type": "image/gif" 12 }], 13 "related_applications": [{ 14 "platform": "play", 15 "url": "https://play.google.com/store/apps/details?id=my.first.webapp" 16 }] 17 }