{
  "name": "WeeklyGymSlot",
  "short_name": "GymSlot",
  "description": "Connect gyms and members in one place.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "lang": "en",
  "categories": ["health", "fitness", "sports"],
  "prefer_related_applications": false,
  "screenshots": [
    { "src": "screenshots/mobile.png",  "sizes": "390x844",  "type": "image/png", "form_factor": "narrow" },
    { "src": "screenshots/desktop.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide"   }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
