No implement yet.
manifest.json example:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
{ "short_name": "momo購物網手機版", "name": "momo購物網手機版", "gcm_sender_id":"103953800507", "icons": [ { "src": "/img/momo48.png", "type": "image/png", "sizes": "48x48" }, { "src": "/img/momo96.png", "type": "image/png", "sizes": "96x96" }, { "src": "/img/momo144.png", "type": "image/png", "sizes": "144x144" }, { "src": "/img/momo192.png", "type": "image/png", "sizes": "192x192" }, { "src": "/img/momo256.png", "type": "image/png", "sizes": "256x256" }, { "src": "/img/momo512.png", "type": "image/png", "sizes": "512x512" } ], "background_color": "#E40580", "theme_color": "#E40580", "display": "standalone", "start_url": "/main.momo?addhome=1" } |
Reference: