{
  "name": "VIAXE Client Portal",
  "short_name": "VIAXE",
  "description": "Your personal training portal — workouts, check-ins and progress tracking powered by VIAXE OS.",
  "start_url": "./client-portal.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1E1F22",
  "theme_color": "#1E1F22",
  "categories": ["health", "fitness"],
  "icons": [
    {
      "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/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
