{
      "name": "Madison School Zone Check",
      "short_name": "ZoneCheck",
      "start_url": "/?source=pwa",
      "display": "standalone",
      "background_color": "#002349",
      "theme_color": "#002349",
      "icons": [
        {
          "src": "icon.png",
          "sizes": "192x192",
          "type": "image/png"
        },
        {
          "src": "icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "share_target": {
        "action": "/",
        "method": "GET",
        "params": {
          "title": "title",
          "text": "text",
          "url": "url"
        }
      }
    }