{
  "name": "Maestro Electric",
  "short_name": "Maestro",
  "description": "Electrical repairs, upgrades, installations, and construction work in the Greater Toronto Area.",
  "id": "/",
  "theme_color": [
    {
      "color": "#ffffff",
      "media": "(prefers-color-scheme: light)"
    },
    {
      "color": "#1a1111",
      "media": "(prefers-color-scheme: dark)"
    }
  ],
  "background_color": [
    {
      "color": "#ffffff",
      "media": "(prefers-color-scheme: light)"
    },
    {
      "color": "#1a1111",
      "media": "(prefers-color-scheme: dark)"
    }
  ],
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait",
  "categories": ["business", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/images/icons/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View electrical services",
      "url": "/services/",
      "icons": [
        {
          "src": "/images/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Contact Maestro Electric",
      "url": "/contact",
      "icons": [
        {
          "src": "/images/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
