{ "name": "Ask, is it real?", "short_name": "Is it real?", "description": "Check claims, links, photos, and videos before you share.", "start_url": ".", "scope": ".", "display": "standalone", "background_color": "#fbfaf6", "theme_color": "#2f7d68", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "share_target": { "action": "share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "files", "accept": ["image/jpeg", "image/png", "image/webp", "image/gif", "video/mp4", "video/webm", "video/quicktime"] } ] } } }