{
  "name": "FlexCore — Gym Management",
  "short_name": "FlexCore",
  "description": "Memberships, renewal reminders, attendance, trainer scheduling, payments and owner reporting — works offline.",
  "id": "/flexcore/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f6f7f9",
  "theme_color": "#4b34d9",
  "dir": "auto",
  "lang": "en",
  "categories": ["business", "productivity", "health", "fitness"],
  "icons": [
    { "src": "./icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Check-in", "short_name": "Check-in", "url": "./index.html#/checkin", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Renewals", "short_name": "Renewals", "url": "./index.html#/renewals", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Collect payment", "short_name": "Payments", "url": "./index.html#/payments", "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
