ct/public/manifest.json

32 lines
782 B
JSON

{
"name": "创特物联 - 共享经济解决方案专家",
"short_name": "创特物联",
"description": "创特物联专注于共享经济解决方案的物联网科技公司,致力于通过技术创新推动行业发展。",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"lang": "zh-CN",
"dir": "ltr",
"categories": [
"business",
"productivity",
"technology"
],
"screenshots": [
{
"src": "/screenshot-wide.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "/screenshot-narrow.png",
"sizes": "720x1280",
"type": "image/png",
"form_factor": "narrow"
}
]
}