{
  "name": "Battery Tools - By R Batteries",
  "short_name": "Battery Tools",
  "description": "Battery Tools for POS, CRM, service jobs, and calculators by R Batteries",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e40af",
  "background_color": "#ffffff",
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icons/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Service Job",
      "short_name": "New Job",
      "description": "Log a new battery service",
      "url": "/service/new",
      "icons": [
        { "src": "/icons/logo.svg", "sizes": "any", "type": "image/svg+xml" },
        { "src": "/icons/shortcut-job.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Battery Finder",
      "short_name": "Find Battery",
      "description": "Search live battery prices",
      "url": "/battery-finder",
      "icons": [
        { "src": "/icons/logo.svg", "sizes": "any", "type": "image/svg+xml" },
        { "src": "/icons/shortcut-battery.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/battery-finder.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Battery Rate Finder"
    },
    {
      "src": "/screenshots/service-log.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Service Log"
    }
  ]
}
