{
  "name": "Maths.scot",
  "short_name": "Maths.scot",
  "description": "Free maths resources for Scottish secondary students",
  "start_url": "/",
  "display": "standalone", 
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "handle_links": "auto",
  "scope_extensions": [    { "origin": "https://maths.scot" },    { "origin": "https://www.maths.scot" }  ],
  "icons": [
    {
      "src": "/img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}