{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "short_name": "PXP",
  "name": "Police Experience Platform",
  "icons": [
    {
      "src": "PXPAppIcon(192x192).png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "PXPAppIcon(512x512).png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "id": "/",
  "start_url": "/",
  "background_color": "#171C8F",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "theme_color": "#171C8F",
  "description": "PXP",
  "screenshots": [
    {
      "src": "/Screenshot(540x720).png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/Screenshot(720x540).png",
      "type": "image/png",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}
