{
  "name": "RSG Tech Field Service App",
  "short_name": "RSG Tech",
  "description": "EAS installation and service reporting app for field technicians",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A2A5E",
  "theme_color": "#1A2A5E",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "Update-Logo-RSG.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}

