{
  "name": "SolarERP Mobile",
  "short_name": "SolarERP",
  "description": "SolarERP Mobile Field App — Customer management, document generation, OCR scanning, and billing on the go",
  "start_url": "/m/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#059669",
  "theme_color": "#059669",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Camera & OCR",
      "short_name": "Scan",
      "description": "Quick document scan",
      "url": "/m/camera",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customers",
      "short_name": "Customers",
      "description": "Search customers",
      "url": "/m/customers",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
