{ "$schema": "https://json.schemastore.org/webmanifest", "name": "宇之然 AI - AI 工具与知识社区", "short_name": "宇之然 AI", "description": "面向大众化分领域用户的 AI 工具与知识社区,涵盖 AI 通识、提示词工程、智能体教程、模型百科、AI 沙盒实战等", "start_url": "/", "display": "standalone", "orientation": "portrait-primary", "background_color": "#ffffff", "theme_color": "#0c8ee7", "categories": ["education", "productivity", "utilities"], "lang": "zh-CN", "dir": "ltr", "scope": "/", "icons": [ { "src": "/favicon.ico", "sizes": "any", "type": "image/x-icon" }, { "src": "/favicon.png", "sizes": "16x16 32x32 48x48 64x64 128x128 256x256", "type": "image/png", "purpose": "any maskable" }, { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" } ], "shortcuts": [ { "name": "AI 工具", "short_name": "工具", "description": "浏览 AI 工具指南", "url": "/tools", "icons": [{ "src": "/favicon.png", "sizes": "192x192" }] }, { "name": "AI 沙盒", "short_name": "沙盒", "description": "AI 对话沙盒实战", "url": "/sandbox", "icons": [{ "src": "/favicon.png", "sizes": "192x192" }] }, { "name": "课程学习", "short_name": "课程", "description": "AI 课程学习", "url": "/courses", "icons": [{ "src": "/favicon.png", "sizes": "192x192" }] }, { "name": "技能广场", "short_name": "技能", "description": "AI 技能广场", "url": "/skills", "icons": [{ "src": "/favicon.png", "sizes": "192x192" }] } ], "share_target": { "action": "/search", "method": "GET", "enctype": "application/x-www-form-urlencoded", "params": { "title": "title", "text": "text", "url": "url" } } }