{
  "name": "FInsighty",
  "short_name": "FInsighty",
  "description": "Finance OS for growing businesses",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#12192C",
  "theme_color": "#2563EB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "url": "/invoices/new",
      "description": "Create a new invoice"
    },
    {
      "name": "Log Expense",
      "url": "/expenses",
      "description": "Log a new expense"
    }
  ]
}
