2026-03-07 05:42:32 +00:00
|
|
|
{
|
2026-03-18 15:18:47 +08:00
|
|
|
"name": "法语词汇学习",
|
|
|
|
|
"short_name": "法语词汇",
|
|
|
|
|
"description": "使用间隔重复系统高效学习法语单词",
|
2026-03-07 05:42:32 +00:00
|
|
|
"start_url": "/",
|
2026-03-18 15:18:47 +08:00
|
|
|
"scope": "/",
|
2026-03-07 05:42:32 +00:00
|
|
|
"display": "standalone",
|
2026-03-18 15:18:47 +08:00
|
|
|
"orientation": "portrait",
|
|
|
|
|
"background_color": "#ffffff",
|
2026-03-07 05:42:32 +00:00
|
|
|
"theme_color": "#3b82f6",
|
2026-03-18 15:18:47 +08:00
|
|
|
"lang": "zh-CN",
|
|
|
|
|
"dir": "ltr",
|
|
|
|
|
"categories": ["education", "productivity"],
|
2026-03-07 05:42:32 +00:00
|
|
|
"icons": [
|
|
|
|
|
{
|
|
|
|
|
"src": "/icon-192.png",
|
|
|
|
|
"sizes": "192x192",
|
2026-03-18 15:18:47 +08:00
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
2026-03-07 05:42:32 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/icon-512.png",
|
|
|
|
|
"sizes": "512x512",
|
2026-03-18 15:18:47 +08:00
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"shortcuts": [
|
|
|
|
|
{
|
|
|
|
|
"name": "开始学习",
|
|
|
|
|
"short_name": "学习",
|
|
|
|
|
"description": "开始今日学习",
|
|
|
|
|
"url": "/?action=study",
|
|
|
|
|
"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "导入词库",
|
|
|
|
|
"short_name": "导入",
|
|
|
|
|
"description": "导入新的单词",
|
|
|
|
|
"url": "/?action=import",
|
|
|
|
|
"icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
|
2026-03-07 05:42:32 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|