fa
1
public/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# Public assets
|
||||
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/egg-icon.ico
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 763 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
public/icon.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
33
public/manifest.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||