{
  "name": "Deviate Limited",
  "short_name": "Deviate",
  "start_url": "./",
  "scope": ".",
  "orientation": "natural",
  "description": "Deviate brings to life the creative vision, aspirations and plans of our partners and clients on an ever-changing digital canvas.",
  "icons": [
    {
      "src": "/resources/manifest/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/resources/manifest/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/resources/manifest/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/resources/manifest/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png"
      // No form_factor or set to something other than "wide"
    }
  ],
  "theme_color": "#0472e7",
  "background_color": "#0472e7",
  "display": "standalone"
}