{
  "name": "Fintelli",
  "short_name": "Fintelli",
  "description": "AI-Powered Gas Station Management",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080B14",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Fintelli Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View store overview"
    },
    {
      "name": "POS",
      "url": "/pos",
      "description": "Open point of sale"
    },
    {
      "name": "Fuel",
      "url": "/fuel",
      "description": "Manage fuel sales"
    }
  ]
}
