{
  "id": "/",
  "name": "Porthos",
  "short_name": "Porthos",
  "description": "Track workouts, log progress, and stay consistent.",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness", "lifestyle"],
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/porthos.png",
      "sizes": "1720x1016",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Exercise progress chart with PR, last session, and history"
    },
    {
      "src": "/screenshots/porthos1.png",
      "sizes": "1720x1016",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily diet tracking with calories and macros"
    },
    {
      "src": "/screenshots/porthos2.png",
      "sizes": "1720x1016",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Workout history list"
    }
  ],
  "shortcuts": [
    {
      "name": "Start workout",
      "short_name": "Train",
      "url": "/workouts/start",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log body weight",
      "short_name": "Weight",
      "url": "/progress/weight",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
