{
  "name": "365 Fitness",
  "short_name": "365 Fitness",
  "description": "A mobile and iPad ready PWA for 365 Fitness in Wellsboro, Pennsylvania.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#050505",
  "theme_color": "#050505",
  "categories": ["fitness", "health", "lifestyle"],
  "icons": [
    {
      "src": "assets/icons/icon-180.png?v=20260506n",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192.png?v=20260506n",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png?v=20260506n",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "SIGNUP",
      "short_name": "SIGNUP",
      "url": "./rates.html"
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "./notifications.html"
    },
    {
      "name": "FAQs",
      "short_name": "FAQs",
      "url": "./#faqs"
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "url": "./#contact"
    }
  ]
}
