manifest_json.json (1054B)
1 { 2 "name": "HackerWeb", 3 "short_name": "HackerWeb", 4 "start_url": ".", 5 "display": "standalone", 6 "background_color": "#fff", 7 "description": "A simply readable Hacker News app.", 8 "icons": [ 9 { 10 "src": "images/touch/homescreen48.png", 11 "sizes": "48x48", 12 "type": "image/png" 13 }, 14 { 15 "src": "images/touch/homescreen72.png", 16 "sizes": "72x72", 17 "type": "image/png" 18 }, 19 { 20 "src": "images/touch/homescreen96.png", 21 "sizes": "96x96", 22 "type": "image/png" 23 }, 24 { 25 "src": "images/touch/homescreen144.png", 26 "sizes": "144x144", 27 "type": "image/png" 28 }, 29 { 30 "src": "images/touch/homescreen168.png", 31 "sizes": "168x168", 32 "type": "image/png" 33 }, 34 { 35 "src": "images/touch/homescreen192.png", 36 "sizes": "192x192", 37 "type": "image/png" 38 } 39 ], 40 "related_applications": [ 41 { 42 "platform": "web" 43 }, 44 { 45 "platform": "play", 46 "url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb" 47 } 48 ] 49 }