{
  "name": "AI 應用入門實戰",
  "short_name": "AI 實戰",
  "description": "從 AI 世界觀、Prompt 思考、生活與工作應用，到查證能力與專屬 AI 助手設計，建立可重複使用的 AI 工作流。",
  "lang": "zh-Hant",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF7F2",
  "theme_color": "#B14B3D",
  "categories": ["education", "productivity", "books"],
  "icons": [
    {
      "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "M1 · AI 世界觀",
      "short_name": "M1",
      "description": "AI 世界觀建立",
      "url": "/modules/01-worldview.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "M6 · 實作演練",
      "short_name": "M6 Demo",
      "description": "Live Demo 課堂現場實作",
      "url": "/modules/06-claude.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "M8 · 我的助手",
      "short_name": "M8",
      "description": "AI 助手設計嚮導",
      "url": "/modules/08-final.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
