{
  "name": "簡易記帳",
  "short_name": "記帳",
  "description": "收入、支出與 Excel 匯出的簡易記帳 App",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f7f4",
  "theme_color": "#19785b",
  "orientation": "any",
  "lang": "zh-Hant",
  "icons": [
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
