{
    "name": "NYC ASP+",
    "short_name": "ASP4NYC",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1a73e8",
    "scope": "/",
    "orientation": "portrait",
    "description": "Real-time Alternate Side Parking and Muni-Meter rules for NYC.",
    "categories": ["utilities", "travel", "navigation"],
    "icons": [
      {
        "src": "./img/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "./img/android-chrome-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "screenshots": [
      {
        "src": "./img/screenshot-mobile.png",
        "sizes": "720x1280",
        "type": "image/png",
        "form_factor": "narrow"
      },
      {
        "src": "./img/screenshot-desktop.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide"
      }
    ]
  }