{ "name": "AIAgentDocs - AI-Powered Document Analysis", "short_name": "AIAgentDocs", "description": "Upload documents and chat with AI to extract insights, analyze content, and get intelligent answers about your files.", "start_url": "/", "display": "standalone", "background_color": "#09090b", "theme_color": "#3b82f6", "orientation": "portrait-primary", "scope": "/", "lang": "en", "dir": "ltr", "categories": ["productivity", "business", "utilities"], "icons": [ { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" }, { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" }, { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }, { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "screenshots": [ { "src": "/screenshot-desktop.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "AIAgentDocs Desktop Interface" }, { "src": "/screenshot-mobile.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "AIAgentDocs Mobile Interface" } ], "shortcuts": [ { "name": "Upload Document", "short_name": "Upload", "description": "Quickly upload a new document for analysis", "url": "/dashboard?action=upload", "icons": [ { "src": "/icons/upload-icon.png", "sizes": "96x96", "type": "image/png" } ] }, { "name": "Chat with AI", "short_name": "Chat", "description": "Start a conversation with AI about your documents", "url": "/dashboard?tab=chat", "icons": [ { "src": "/icons/chat-icon.png", "sizes": "96x96", "type": "image/png" } ] } ], "related_applications": [], "prefer_related_applications": false, "edge_side_panel": { "preferred_width": 400 }, "launch_handler": { "client_mode": ["focus-existing", "auto"] } }