{
  "name": "小猪的记账本",
  "short_name": "小猪账本",
  "description": "小猪的专属记账应用",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f0f2f7",
  "theme_color": "#6C63FF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%236C63FF'/><text y='.9em' font-size='80' x='10'>💰</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
