{
  "name": "Studios.Fit Admin",
  "short_name": "Studios Admin",
  "description": "Complete studio management platform - schedule classes, track members, manage payments, and analyze your business on the go",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/brand/brand-favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/images/brand/brand-favicon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View and manage your class schedule",
      "url": "/schedule",
      "icons": [
        {
          "src": "/images/brand/brand-favicon-180.png",
          "sizes": "180x180"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View studio analytics and insights",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/images/brand/brand-favicon-180.png",
          "sizes": "180x180"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
