{
  "name": "Liberty GMC - GMC Payment Calculator",
  "short_name": "Liberty GMC",
  "description": "Estimate your GMC monthly payment with Liberty GMC, Inc. Your certified GMC dealer serving Peoria and the Phoenix Metro area with a large selection of GMC trucks and SUVs.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0b0b12",
  "theme_color": "#0b0b12",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "finance", "automotive"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate Payment",
      "short_name": "Calculate",
      "description": "Open the GMC payment calculator",
      "url": "./index.html#calculator",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Text Liberty GMC",
      "short_name": "Text",
      "description": "Send a quote via SMS to Liberty GMC, Inc.",
      "url": "sms:+16027307652",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Email Liberty GMC",
      "short_name": "Email",
      "description": "Send a quote via Email to Liberty GMC, Inc.",
      "url": "mailto:info@libertygmcaz.com",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Call Liberty GMC",
      "short_name": "Call",
      "description": "Call Liberty GMC, Inc. directly",
      "url": "tel:+16027307652",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}