{
  "lang": "en",
  "short_name": "Alex Hurst Design",
  "name": "Alex Hurst Design - Welcome to my Canvas",
  "icons": [
    {
      "src": "images/icons/favicon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "images/icons/favicon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "index.html",
  "background_color": "#FFFFFF",
  "display_override": ["window-control-overlay", "standalone"],
  "display": "fullscreen",
  "scope": "/",
  "theme_color": "#EEEEEE",
  "shortcuts": [
    {
      "name": "About Alex",
      "short_name": "About",
      "description": "Learn more about myself and my creative process...",
      "url": "about.html",
      "icons": [{ "src": "images/icons/about-icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Contact Me",
      "short_name": "Contact",
      "description": "Get in touch and discuss your next project or creative ideas",
      "url": "contact.html",
      "icons": [{ "src": "images/icons/contact-icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}