{
  "name": "RevPro Hub",
  "short_name": "RevPro",
  "start_url": "/",
  "display": "standalone",
  "icons": [
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/logo.png",
      "sizes": "16x16",
      "type": "image/png"
    }
    // You should also include larger icons for better PWA experience on different devices.
    // Example:
    // {
    //   "src": "/icons/apple-touch-icon.png",
    //   "sizes": "180x180",
    //   "type": "image/png"
    // }
  ]
}