{
  "name": "The Loocator — Public Restroom Finder",
  "short_name": "Loocator",
  "description": "Because when you gotta go, you gotta go. Find the nearest public restroom, fast.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1C4E80",
  "theme_color": "#1C4E80",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
