{
  "name": "Filssi — Accounting + CRM Platform",
  "short_name": "Filssi",
  "description": "Accounting, CRM, invoicing, and business operations — all in one powerful platform.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f0f1a",
  "theme_color": "#4f46e5",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/?module=dashboard",
      "description": "View your business dashboard"
    },
    {
      "name": "Invoices",
      "url": "/?module=invoices",
      "description": "Manage invoices"
    },
    {
      "name": "Expenses",
      "url": "/?module=expenses",
      "description": "Track expenses"
    }
  ]
}
