showing results for - "manifest json start url"
Domenico
01 Aug 2019
1{
2  "name": "HackerWeb",
3  "short_name": "HackerWeb",
4  "start_url": ".",
5  "display": "standalone",
6  "background_color": "#fff",
7  "description": "A readable Hacker News app.",
8  "icons": [{
9    "src": "images/touch/homescreen48.png",
10    "sizes": "48x48",
11    "type": "image/png"
12  }, {
13    "src": "images/touch/homescreen72.png",
14    "sizes": "72x72",
15    "type": "image/png"
16  }, {
17    "src": "images/touch/homescreen96.png",
18    "sizes": "96x96",
19    "type": "image/png"
20  }, {
21    "src": "images/touch/homescreen144.png",
22    "sizes": "144x144",
23    "type": "image/png"
24  }, {
25    "src": "images/touch/homescreen168.png",
26    "sizes": "168x168",
27    "type": "image/png"
28  }, {
29    "src": "images/touch/homescreen192.png",
30    "sizes": "192x192",
31    "type": "image/png"
32  }],
33  "related_applications": [{
34    "platform": "play",
35    "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb"
36  }]
37}