{
  "name": "翰墨 · 书法课工作台",
  "short_name": "翰墨工作台",
  "description": "为书法老师打造的课程、学员、课表、作业与续费一体化教务工具",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F2E9",
  "theme_color": "#F6F2E9",
  "lang": "zh-CN",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "今日课表", "url": "./index.html#/schedule" },
    { "name": "学员管理", "url": "./index.html#/students" },
    { "name": "续费提醒", "url": "./index.html#/payments" }
  ]
}
