{
  "id": "/?app=rg-dev",
  "name": "RG Dev",
  "short_name": "RG Dev",
  "description": "Tunneled access to the Route Guardian local dev server",
  "start_url": "/Admin?tab=dev-servers",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#0A0E1A",
  "theme_color": "#0A0E1A",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dev Servers",
      "short_name": "Servers",
      "description": "Open the front end, back end, database, and tunnel status list",
      "url": "/Admin?tab=dev-servers",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/Dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
