unusual.json (684B)
1 { 2 "name": "The Sample Manifest", 3 "short_name": "Sample", 4 "icons": [ 5 { 6 "src": "/images/icon/favicon.ico", 7 "type": "image/png", 8 "sizes": "48x48 96x96 128x128", 9 "purpose": "monochrome" 10 }, 11 { 12 "src": "/images/icon/512-512.png", 13 "type": "image/png", 14 "sizes": "512x512", 15 "purpose": "maskable foo any" 16 } 17 ], 18 "start_url": "/start", 19 "scope": "/", 20 "display": "minimal-ui", 21 "dir": "rtl", 22 "orientation": "portrait", 23 "share_target": { 24 "action": "/", 25 "method": "get", 26 "params": { 27 "title": "title", 28 "url": "uri" 29 }, 30 "files": { 31 "name": "file", 32 "accept": "image/*" 33 } 34 } 35 }