{
  "theme_color": "#2a4489",
  "background_color": "#2a4489",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "icon512_maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "icon512_rounded.png",
      "type": "image/png"
    }
  ],
  "orientation": "any",
  "display": "standalone",
  "dir": "auto",
  "lang": "en-US",
  "name": "ETRPro-FL",
  "short_name": "ETRPro-FL",
  "start_url": "/",
  "scope": "/",
  "description": "ETRPro-FL App",
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to the dashboard",
      "url": "/home",
      "icons": [
        {
          "src": "/icon512_rounded.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Deals",
      "short_name": "Deals",
      "description": "View your deals",
      "url": "/orders",
      "icons": [
        {
          "src": "/icon512_rounded.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "View your notifications",
      "url": "/notifications",
      "icons": [
        {
          "src": "/icon512_rounded.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View your reports",
      "url": "/reports",
      "icons": [
        {
          "src": "/icon512_rounded.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}