{
  "name": "NEXOS Scan",
  "short_name": "NEXOS Scan",
  "description": "Automated invoice capture and spend tracking for your business",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0f1a",
  "theme_color": "#00B4D8",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/images/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan Invoice",
      "short_name": "Scan",
      "description": "Capture a new invoice",
      "url": "/invoices/upload",
      "icons": [{ "src": "/images/icon-32.png", "sizes": "32x32" }]
    }
  ]
}
