squoosh.json (614B)
1 { 2 "name": "Squoosh", 3 "short_name": "Squoosh", 4 "start_url": "/", 5 "display": "standalone", 6 "orientation": "any", 7 "background_color": "#ffffff", 8 "theme_color": "#f78f21", 9 "icons": [ 10 { 11 "src": "/assets/icon-large.png", 12 "type": "image/png", 13 "sizes": "1024x1024" 14 } 15 ], 16 "share_target": { 17 "action": "/?share-target", 18 "method": "POST", 19 "enctype": "multipart/form-data", 20 "params": { 21 "title": "title", 22 "text": "body", 23 "url": "uri", 24 "files": [ 25 { 26 "name": "file", 27 "accept": ["image/*"] 28 } 29 ] 30 } 31 } 32 }