{
  "name": "Hasneet Singh — Engineering Myself",
  "short_name": "HASNEET",
  "description": "Personal fitness, gym and diet tracker. Local-first. No bullshit.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["fitness", "health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Weight",
      "short_name": "Weight",
      "url": "./#build",
      "description": "Log today's weight"
    },
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "url": "./#workout",
      "description": "Log a set"
    },
    {
      "name": "Log Meal",
      "short_name": "Meal",
      "url": "./#diet",
      "description": "Log a meal"
    }
  ]
}
