{
  "name": "EMBA AI Prompt 入門教材",
  "short_name": "AI Prompt 教材",
  "description": "整合 Prompt 指令介紹、AI 名詞與真實生成照片對比的響應式 PWA 教材。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fbf6ed",
  "theme_color": "#fbf6ed",
  "orientation": "any",
  "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 maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
