{
  "name": "goosenecks",
  "short_name": "goosenecks",
  "description": "Professional glazier serving AL and surrounding areas. Mirrors, Balustrades, Double Glazing, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9333ea",
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": [
    "business",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "url": "/contact.html",
      "icons": [
        {
          "src": "icons/icon-192.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        },
        {
          "src": "icons/icon-512.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Services",
      "short_name": "Services",
      "url": "/services.html",
      "icons": [
        {
          "src": "icons/icon-192.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        },
        {
          "src": "icons/icon-512.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}