{ "id": "/?source=pwa", "name": "ReelVault", "short_name": "ReelVault", "description": "Save short-form videos and turn them into a personal LLM wiki.", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait", "background_color": "#0b0b0f", "theme_color": "#0b0b0f", "categories": ["productivity", "utilities", "social"], "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "share_target": { "action": "/share", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "title": "title", "text": "text", "url": "url" } } }