{
  "id": "com.bodyos.gymcompanion",
  "name": "Body OS",
  "short_name": "Body OS",
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0d15",
  "theme_color": "#0a0d15",
  "description": "Your body is your character sheet.",
  "categories": ["health", "fitness"],
  "icons": [
    { "src": "./icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Start Workout",
      "short_name": "Train",
      "description": "Jump straight into a workout session",
      "url": "./?tab=workout",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Quest",
      "short_name": "Daily",
      "description": "Check today's daily challenges",
      "url": "./?tab=daily",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Stats",
      "short_name": "Stats",
      "description": "View your character stats",
      "url": "./?tab=char",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ],
  "permissions": [
    "camera",
    "notifications",
    "storage"
  ],
  "screenshots": [
    { "src": "./screenshots/screen1.jpg", "sizes": "1080x2400", "type": "image/jpeg", "form_factor": "narrow" },
    { "src": "./screenshots/screen2.jpg", "sizes": "1080x2400", "type": "image/jpeg", "form_factor": "narrow" },
    { "src": "./screenshots/screen3.jpg", "sizes": "1080x2400", "type": "image/jpeg", "form_factor": "narrow" },
    { "src": "./screenshots/screen4.jpg", "sizes": "720x1600", "type": "image/jpeg", "form_factor": "narrow" }
  ]
}
