{
  "name": "MetabolicOS — Execute Your Health",
  "short_name": "MetabolicOS",
  "description": "Track nutrition, weight, workouts, blood pressure, and more — all in one place.",
  "start_url": "./tracker",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#00C8FF",
  "categories": ["health", "fitness", "medical"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Food",
      "short_name": "Food",
      "description": "Quick-add a food entry",
      "url": "./tracker#food",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Weight",
      "short_name": "Weight",
      "description": "Record today's weight",
      "url": "./tracker#weight",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
