{
  "name": "TetaVolt EV Service",
  "short_name": "TetaVolt",
  "description": "EV Service Platform - Order, Track, and Manage Electric Vehicle Services",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#00d9ff",
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/tetavolt-logo.svg",
      "sizes": "540x720",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to TetaVolt Operations Dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/assets/tetavolt-logo.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Mechanic Console",
      "short_name": "Mechanic",
      "description": "Access Mechanic Console",
      "url": "/mechanic.html",
      "icons": [
        {
          "src": "/assets/tetavolt-logo.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Customer Portal",
      "short_name": "Request Service",
      "description": "Request EV Service",
      "url": "/consumer.html",
      "icons": [
        {
          "src": "/assets/tetavolt-logo.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/tetavolt-logo.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}
