{
  "name": "家庭任務 Family Quest",
  "short_name": "家庭任務",
  "description": "為家長與孩子設計的互動遊戲化習慣養成工具,結合代幣制度、正向增強、修復式設計。",
  "lang": "zh-Hant",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#534AB7",
  "background_color": "#F8F7FC",
  "categories": ["education", "lifestyle", "kids"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日打卡",
      "short_name": "打卡",
      "description": "進入主畫面打卡今日任務",
      "url": "./index.html",
      "icons": [{ "src": "assets/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "家長模式",
      "short_name": "家長",
      "description": "進入家長審核與設定",
      "url": "./parent.html",
      "icons": [{ "src": "assets/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "獎章收藏",
      "short_name": "獎章",
      "description": "查看孩子已收集的獎章",
      "url": "./medals.html",
      "icons": [{ "src": "assets/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "設定",
      "short_name": "設定",
      "description": "開啟設定頁面",
      "url": "./settings.html",
      "icons": [{ "src": "assets/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
