{
    "name": "Gym Mickey",
    "short_name": "Gym Mickey",
    "description": "Gym class registration, schedules & notifications",
    "start_url": "/",
    "scope": "/",
    "id": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#f16364",
    "categories": ["health", "fitness", "lifestyle", "kids", "gym"],
    "lang": "en",
    "dir": "ltr",
    "protocol_handlers": [
      {
        "protocol": "web+gymmickey",
        "url": "/?type=%s"
      }
    ],
    "icons": [
      {
        "src": "/static/icons/192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/static/icons/512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/static/icons/192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/static/icons/512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "screenshots": [
      {
        "src": "/static/screenshots/login-narrow.png",
        "sizes": "1350x1800",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Join our community"
      },
      {
        "src": "/static/screenshots/home-narrow.png",
        "sizes": "1350x1800",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Reserve birthday parties, classes, and more"
      },
      {
        "src": "/static/screenshots/programs-narrow.png",
        "sizes": "1350x1800",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Add memberships and manage your children's accounts"
      },
      {
        "src": "/static/screenshots/membership-wide.png",
        "sizes": "1400x890",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Memberships, classes, and more"
      }
  ],
    "shortcuts": [
      {
        "name": "Home",
        "short_name": "Home",
        "description": "Go to home page",
        "url": "/",
        "icons": [
          {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192"
          }
        ]
      }
    ],
    "share_target": {
      "action": "/app",
      "method": "GET",
      "enctype": "application/x-www-form-urlencoded",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    },
    "prefer_related_applications": false
}
