{
  "name": "What County Am I In",
  "short_name": "What County",
  "description": "Find your county, ZIP code, city and state instantly using IP or GPS location.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "lang": "en-US",
  "categories": ["utilities", "navigation", "tools"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "What County Am I In",
      "short_name": "County",
      "description": "Find what county you are currently in",
      "url": "/",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "What ZIP Code Am I In",
      "short_name": "ZIP Code",
      "description": "Find your current ZIP code by IP or GPS",
      "url": "/zipcode",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
