Twilioapp-project/manifest.json
2025-06-29 21:45:58 +08:00

26 lines
646 B
JSON

{
"name": "翻译服务应用",
"short_name": "翻译服务",
"description": "专业的跨平台口译服务应用",
"start_url": "./index.html",
"display": "standalone",
"orientation": "portrait",
"theme_color": "#007AFF",
"background_color": "#ffffff",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"categories": ["productivity", "business", "utilities"],
"lang": "zh-CN"
}