{
    "id":"./",
    "name": "Smart Parking",
    "short_name": "Smart Parking",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1976d2",
    "icons": [
      {
        "src": "./assets/parking-manifest.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "./assets/parking-manifest-large.png",
        "sizes": "512x512",
        "type": "image/png"

      }
    ],
    "screenshots": [
      {
        "src": "./assets/example-ss.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide"
      },
      {
        "src": "./assets/example-mobile-ss.png",
        "sizes": "720x1280",
        "type": "image/png",
        "form_factor": "narrow"
      }
    ],
    "protocol_handlers": [
  {
    "protocol": "web+smartparking",
    "url": "/handle?url=%s"
  }
]
  }