{
  "name": "Eagle Eye Bookkeeping",
  "short_name": "Eagle Eye",
  "description": "Simple accounting software for small businesses. Send invoices, track expenses, and see profit & loss reports.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d0d0d",
  "theme_color": "#7c3aed",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new invoice",
      "url": "/invoices"
    },
    {
      "name": "Expenses",
      "short_name": "Expenses",
      "description": "Log an expense",
      "url": "/expenses"
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View financial reports",
      "url": "/reports"
    }
  ]
}
