{ "name": "ChiChat - 人工智能助手", "short_name": "叱喳", "description": "基于GPT驱动的人工智能助手", "orientation": "any", "start_url": "/", "id": "/", "icons": [ { "src": "/favicon.svg", "sizes": "16x16 24x24 32x32 64x64", "type": "image/svg+xml", "purpose": "any" }, { "src": "/logo-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" }, { "src": "/logo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/logo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "theme_color": "#000000", "background_color": "#ffffff", "display": "standalone", "protocol_handlers": [{ "protocol": "web+chichat", "url": "/?allow=%s" }] }