{
  "name": "小朋友聯絡簿",
  "short_name": "聯絡簿",
  "description": "復古 Windows 97 風格任務管理｜想法記事本｜書單片單",
  "start_url": "/studentbook.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000080",
  "theme_color": "#000080",
  "orientation": "any",
  "lang": "zh-Hant",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "今日任務",
      "short_name": "今日",
      "description": "快速開啟今日日視圖",
      "url": "/studentbook.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    },
    {
      "name": "想法記事本",
      "short_name": "想法",
      "description": "快速記下靈感",
      "url": "/ideas.html",
      "icons": [{ "src": "icon.svg", "sizes": "any" }]
    }
  ]
}
