{
  "_comment": "description 與 t.app.description（src/i18n/zh-Hant.ts）同字。這個檔案在 npm run lint:i18n 的掃描範圍外（它只走 src/ 與 app/），改一邊要記得改另一邊。",
  "name": "Dolendar",
  "short_name": "Dolendar",
  "description": "泡泡主題的任務、行事曆、習慣與記帳",
  "id": "/",
  "lang": "zh-Hant",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F0",
  "theme_color": "#1B6CA8",
  "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"
    }
  ]
}
