{ "name": "Butler", "short_name": "Butler", "description": "Private family document archive: screenshots, receipts, warranties, deadlines.", "start_url": "/documents", "scope": "/", "display": "standalone", "background_color": "#1c1917", "theme_color": "#1c1917", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" } ], "share_target": { "action": "/share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "file", "accept": ["image/*", "application/pdf"] } ] } } }