{ "name": "NoteMate - AI Note Taking", "short_name": "NoteMate", "start_url": "/", "scope": "/", "id": "/", "description": "NoteMate is an AI-powered note taking app that helps you take notes faster and easier.", "icons": [ {"src": "/splash_screens/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any"}, {"src": "/splash_screens/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"} ], "screenshots": [ {"src": "/screenshots/desktop-home.png", "sizes": "2560x1442", "type": "image/png", "form_factor": "wide"}, {"src": "/screenshots/desktop-features.png", "sizes": "2560x1442", "type": "image/png", "form_factor": "wide"}, {"src": "/screenshots/desktop-pricing.png", "sizes": "2560x1442", "type": "image/png", "form_factor": "wide"}, {"src": "/screenshots/mobile-home.png", "sizes": "1179x2556", "type": "image/png", "form_factor": "narrow"}, {"src": "/screenshots/mobile-features.png", "sizes": "1179x2556", "type": "image/png", "form_factor": "narrow"}, {"src": "/screenshots/mobile-pricing.png", "sizes": "1179x2556", "type": "image/png", "form_factor": "narrow"} ], "display": "standalone", "orientation": "any", "background_color": "#0a0a0a", "theme_color": "#0d6efd", "categories": ["productivity", "business", "utilities"], "shortcuts": [ { "name": "New Recording", "short_name": "Record", "description": "Start a new audio recording", "url": "/meetings/new?source=shortcut", "icons": [{"src": "/icons/shortcut-record.png", "sizes": "96x96", "type": "image/png"}] }, { "name": "My Recordings", "short_name": "Recordings", "description": "View all your recordings", "url": "/meetings?source=shortcut", "icons": [{"src": "/icons/shortcut-recordings.png", "sizes": "96x96", "type": "image/png"}] }, { "name": "Search", "short_name": "Search", "description": "Search across all your meetings", "url": "/search?source=shortcut", "icons": [{"src": "/icons/shortcut-search.png", "sizes": "96x96", "type": "image/png"}] }, { "name": "Recent Meeting", "short_name": "Recent", "description": "Open your most recent meeting", "url": "/meetings/recent?source=shortcut", "icons": [{"src": "/icons/shortcut-recent.png", "sizes": "96x96", "type": "image/png"}] } ], "share_target": { "action": "/meetings/new", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "audio", "accept": ["audio/*", ".mp3", ".m4a", ".wav", ".webm", ".ogg", ".aac"] } ] } }, "file_handlers": [ { "action": "/meetings/new", "accept": { "audio/*": [".mp3", ".m4a", ".wav", ".webm", ".ogg", ".aac"] } } ], "launch_handler": { "client_mode": ["focus-existing", "auto"] }, "protocol_handlers": [ { "protocol": "web+notemate", "url": "/protocol?url=%s" } ], "handle_links": "preferred", "edge_side_panel": { "preferred_width": 400 } }