{
  "id": "./",
  "name": "好日子 Good Air Days — 台灣空氣品質",
  "short_name": "好日子",
  "description": "全台測站即時空氣品質與防護建議。資料來自環境部空氣品質監測網等政府官方來源；資料不足時據實顯示，不以推估值填補。",
  "lang": "zh-Hant-TW",
  "dir": "ltr",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#16A34A",
  "background_color": "#F0FDF4",
  "categories": ["health", "weather", "utilities"],
  "prefer_related_applications": false,
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "即時空氣",
      "short_name": "即時空氣",
      "description": "查看目前所在地即時 AQI 與污染物濃度",
      "url": "./?source=pwa-shortcut#realtime",
      "icons": [
        { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "全台地圖",
      "short_name": "全台地圖",
      "description": "瀏覽全台測站空氣品質分布地圖",
      "url": "./?source=pwa-shortcut#map",
      "icons": [
        { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
