{ "name": "Dialoga - Privacy-First AI Chat Interface", "short_name": "Dialoga", "description": "Chat with OpenAI GPT-4, Claude, and other AI models using your own API keys. Privacy-first, no middleman, complete control.", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait-primary", "theme_color": "#6366f1", "background_color": "#ffffff", "categories": ["productivity", "utilities", "communication"], "lang": "en", "dir": "ltr", "icons": [ { "src": "/static/images/favicon-16x16.png", "sizes": "16x16", "type": "image/png" }, { "src": "/static/images/favicon-32x32.png", "sizes": "32x32", "type": "image/png" }, { "src": "/static/images/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any maskable" }, { "src": "/static/images/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/static/images/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "screenshots": [ { "src": "/static/images/screenshot-desktop.jpg", "sizes": "1280x720", "type": "image/jpeg", "platform": "wide", "label": "Dialoga desktop interface" }, { "src": "/static/images/screenshot-mobile.jpg", "sizes": "390x844", "type": "image/jpeg", "platform": "narrow", "label": "Dialoga mobile interface" } ], "related_applications": [], "prefer_related_applications": false, "shortcuts": [ { "name": "Start Chat", "short_name": "Chat", "description": "Start a new AI chat conversation", "url": "/chat", "icons": [ { "src": "/static/images/shortcut-chat.png", "sizes": "96x96" } ] }, { "name": "Settings", "short_name": "Settings", "description": "Configure AI models and preferences", "url": "/settings", "icons": [ { "src": "/static/images/shortcut-settings.png", "sizes": "96x96" } ] } ] }