{
  "name": "學習卡片",
  "short_name": "學習卡片",
  "description": "手寫筆記自動變學習卡：校對、複習、知識圖譜。",
  "lang": "zh-Hant",
  "dir": "ltr",
  "start_url": ".",
  "scope": ".",
  "id": "learning-cards",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f6f7fb",
  "theme_color": "#3b4a7a",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "開始複習", "short_name": "複習", "url": "?go=study",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "拍照建卡", "short_name": "建卡", "url": "?go=upload",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "待校對", "short_name": "校對", "url": "?go=queue",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "photos", "accept": ["image/jpeg", "image/png", "image/*"] }
      ]
    }
  }
}
