Files
TrueGrowth/apps/web/public/manifest.json

53 lines
1.3 KiB
JSON

{
"name": "TrueGrowth - 桌面 AI 创作平台",
"short_name": "TrueGrowth",
"description": "TrueGrowth 是一个以应用中心为入口的桌面 AI 创作平台,把图片、视频、数字人、声音、素材、任务和无限画布统一在一个工作台里。",
"start_url": "./",
"display": "standalone",
"orientation": "any",
"theme_color": "#ff5b00",
"background_color": "#ffffff",
"scope": "./",
"categories": ["productivity", "utilities", "graphics"],
"icons": [
{
"src": "./icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"lang": "zh-CN",
"dir": "ltr",
"prefer_related_applications": false,
"shortcuts": [
{
"name": "新建工作区",
"short_name": "新建",
"description": "创建一个新的 TrueGrowth 工作区",
"url": "./",
"icons": [
{
"src": "./icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
],
"file_handlers": [
{
"action": "./",
"accept": {
"application/json": [".drawnix"]
}
}
]
}