{ "name": "Yaad - Never Forget a Task", "short_name": "Yaad", "description": "Voice and text task reminders with automatic messages to the people concerned.", "start_url": "./?src=pwa", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#0f2a4a", "theme_color": "#0f2a4a", "icons": [ { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Voice note", "short_name": "Voice", "url": "./?mode=voice", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }, { "name": "Type a task", "short_name": "Type", "url": "./?mode=type", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] } ], "share_target": { "action": "./share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [{ "name": "files", "accept": ["*/*"] }] } } }