{ "name": "Play Innovation", "short_name": "Play Innovation", "description": "Play Innovation operations workflow", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait", "background_color": "#ffffff", "theme_color": "#000000", "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "share_target": { "action": "/share-receive", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "files", "accept": ["image/*"] } ] } }, "shortcuts": [ { "name": "New Lead", "short_name": "New Lead", "description": "Create a new project", "url": "/projects/new", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "Approvals", "short_name": "Approvals", "description": "Review pending approvals", "url": "/approvals", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "Projects", "short_name": "Projects", "description": "Browse all projects", "url": "/projects", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] } ] }