{
  "_file": "manifest.json — StudioFlow (Grace Aerobics & Fitness Center)",
  "_developer": "Janvi Vakhariya — V Techno Labs",
  "_updated": "2026-09-10",
  "_purpose": "The PWA install manifest: what the studio's phones show on the home screen, and the crimson they open into.",
  "_copyright": "© 2026 V Techno Labs. All rights reserved. Proprietary software developed by V Techno Labs.",
  "_note": "purpose is \"any\" on BOTH icons, never \"maskable\". The artwork runs close to all four edges — the G near the top, FITNESS CENTRE near the bottom — and Android's maskable safe zone is a circle inscribed in the middle 80%. Declaring maskable would invite the launcher to crop the wordmark off. With \"any\" the launcher draws the full square and applies its own rounded corners, so nothing is lost.",

  "name": "Grace Aerobics and Fitness Center",
  "short_name": "Grace",
  "description": "Studio management for Grace Aerobics and Fitness Center. StudioFlow — © 2026 V Techno Labs",
  "lang": "en",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#B80E2B",
  "theme_color": "#B80E2B",
  "icons": [
    {
      "src": "/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
