{ "id": "/?source=pwa", "name": "Looms", "short_name": "Looms", "description": "Invitation-based private communication spaces.", "start_url": "/Home?launch=pwa", "scope": "/", "display": "standalone", "display_override": ["window-controls-overlay", "standalone", "minimal-ui"], "orientation": "portrait", "background_color": "#0B0D12", "theme_color": "#0B0D12", "categories": ["communication", "social", "productivity"], "lang": "en", "dir": "ltr", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" } ], "shortcuts": [ { "name": "Open Inbox", "url": "/inbox", "icons": [{ "src": "/icons/chat-round-svgrepo-com.png", "sizes": "192x192" }] }, { "name": "Create Port", "url": "/create", "icons": [{ "src": "/icons/add-square-svgrepo-com.png", "sizes": "192x192" }] }, { "name": "Me", "url": "/me", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] } ], "share_target": { "action": "/share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url" } }, "protocol_handlers": [ { "protocol": "web+looms", "url": "/connect?uri=%s" } ], "launch_handler": { "client_mode": ["navigate-existing", "auto"] }, "handle_links": "preferred", "screenshots": [ { "src": "/screenshots/mobile-1.png", "sizes": "540x720", "type": "image/png", "form_factor": "narrow" }, { "src": "/screenshots/desktop-1.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" } ] }