{ "name": "Text Adventure AI", "short_name": "Adventure AI", "description": "Create and play AI-powered round-based text adventures. Share via URL or QR code. Export to PDF.", "theme_color": "#f59e0b", "background_color": "#030712", "display": "standalone", "orientation": "portrait", "start_url": "/", "scope": "/", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" } ], "categories": ["games", "entertainment"], "shortcuts": [ { "name": "Create Adventure", "url": "/create", "description": "Create a new text adventure" }, { "name": "Browse Adventures", "url": "/play", "description": "Browse community adventures" } ] }