{ "name": "bRRAIn", "short_name": "bRRAIn", "description": "Your context, in your pocket.", "id": "/", "start_url": "/?source=pwa", "scope": "/", "display": "standalone", "orientation": "portrait", "theme_color": "#0E2A4E", "background_color": "#08172B", "categories": ["productivity", "utilities"], "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Capture", "url": "/#/capture", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "AI Chat", "url": "/#/chat", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }, { "name": "Vault", "url": "/#/vault", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] } ], "share_target": { "action": "/#/capture", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "caption", "text": "caption", "url": "url", "files": [ { "name": "file", "accept": ["image/*", "application/pdf", "text/*"] } ] } } }