{
  "name": "daxez — Accounting for Small Business",
  "short_name": "daxez",
  "description": "Free, professional accounting software for small businesses. Manage your chart of accounts, import bank transactions, and generate financial statements.",
  "start_url": "/app?source=pwa",
  "id": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f6f2",
  "theme_color": "#171717",
  "categories": ["business", "finance", "productivity"],
  "lang": "en-US",
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Post a Transaction",
      "url": "/post-transaction",
      "description": "Record a new business transaction"
    },
    {
      "name": "Financial Statements",
      "url": "/statements",
      "description": "View Income Statement, Balance Sheet, and Cash Flow"
    }
  ]
}
