{
  "name": "向上 Daily v9.6 — Upward",
  "short_name": "向上",
  "description": "每天留下一個真實證據；文字與設定保存在 localStorage，照片保存在 IndexedDB，支援離線 PWA 與本機持久儲存。",
  "lang": "zh-Hant",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff8f5",
  "theme_color": "#fff8f5",
  "categories": [
    "lifestyle",
    "productivity",
    "health"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "快速記錄",
      "short_name": "記錄",
      "url": "./index.html#quick",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
