34 lines
768 B
JSON
34 lines
768 B
JSON
{
|
|
"name": "STARK Todo List",
|
|
"short_name": "STARK Todo",
|
|
"description": "极简任务管理 - 高效生活方式",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#3b82f6",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/apple-touch-icon.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"categories": ["productivity", "utilities"],
|
|
"lang": "zh-CN",
|
|
"dir": "ltr"
|
|
}
|