{
  "id": "duoduo-ai-pwa",
  "name": "多多 DuoDuo 🐾",
  "short_name": "多多 AI",
  "description": "你的專屬電子貓助理",
  "start_url": "./index.html?pwa=true",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#FFF8EB",
  "theme_color": "#F59E0B",
  "icons": [
    {
      "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"
    }
  ],
  "widgets": [
    {
      "name": "拍一下，問多多",
      "short_name": "問多多",
      "description": "快捷呼叫多多對話、拍照與繪圖",
      "tag": "duoduo-widget",
      "template": "duoduo_template",
      "ms_ac_template": "./widget.html",
      "src": "./widget.html",
      "type": "text/html",
      "sizes": [
        {
          "width": 4,
          "height": 1
        }
      ]
    }
  ],
  "shortcuts": [
    {
      "name": "📸 拍一下，問多多",
      "short_name": "拍一下",
      "description": "立即喚起相機拍照問多多",
      "url": "./index.html?action=camera",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "🎨 多多小畫家",
      "short_name": "畫圖",
      "description": "開啟小畫家繪圖模式",
      "url": "./index.html?action=paint",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}