{
  "name": "輕記帳 - 純前端記帳工具",
  "short_name": "輕記帳",
  "description": "純前端 PWA 記帳應用，資料只存在你的瀏覽器 localStorage，無伺服器、無帳號、免費使用",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0e27",
  "theme_color": "#d4af37",
  "categories": ["productivity", "finance"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230a0e27' width='192' height='192'/><text x='96' y='125' font-size='100' text-anchor='middle'>💰</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230a0e27' width='192' height='192' rx='45'/><text x='96' y='125' font-size='100' text-anchor='middle'>💰</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230a0e27' width='512' height='512'/><text x='256' y='330' font-size='260' text-anchor='middle'>💰</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "記帳支出",
      "short_name": "支出",
      "description": "快速記錄一筆支出",
      "url": "./?tab=entry&type=expense"
    },
    {
      "name": "記帳收入",
      "short_name": "收入",
      "description": "快速記錄一筆收入",
      "url": "./?tab=entry&type=income"
    }
  ]
}
