{
  "name": "機車停車快速記錄器 (PWA)",
  "short_name": "機車停車",
  "description": "快速記錄機車停車位置並傳送到 Discord Webhook",
  "start_url": "/putSet",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "快速自動定位",
      "short_name": "自動定位",
      "description": "開啟時自動取得高精度 GPS 並發送定位到 Discord Webhook",
      "url": "/putGPS",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/gps-device.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "定位加拍照",
      "short_name": "拍照定位",
      "description": "取得 GPS 定位並觸發相機拍照後發送到 Discord Webhook",
      "url": "/putImg",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/camera.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "地圖校正與備註",
      "short_name": "地圖校正",
      "description": "手動校正地圖座標、輸入文字備註，並選擇是否拍照送出",
      "url": "/putSet",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/map-marker.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
