{
  "name": "AI記帳",
  "short_name": "AI記帳",
  "description": "用說的就能記帳。免費基本解析，升級解鎖 AI 智慧記帳。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "lang": "zh-TW",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "語音記帳",
      "short_name": "語音記帳",
      "description": "直接開始語音記帳",
      "url": "/?action=voice",
      "icons": [
        {
          "src": "/icons/shortcut-voice.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "載具條碼",
      "short_name": "載具條碼",
      "description": "顯示手機條碼載具",
      "url": "/?action=barcode",
      "icons": [
        {
          "src": "/icons/shortcut-barcode.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "掃發票記帳",
      "short_name": "掃發票",
      "description": "開啟相機掃發票或拍照記帳",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "/icons/shortcut-scan.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
