{
  "name": "J-OS",
  "short_name": "J-OS",
  "description": "Personal lifestyle operating system",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0B0F12",
  "theme_color": "#0B0F12",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["health", "fitness", "productivity"],
  "shortcuts": [
    {
      "name": "Macros",
      "short_name": "Macros",
      "url": "/macros",
      "description": "Log food and review macro progress"
    },
    {
      "name": "Habits",
      "short_name": "Habits",
      "url": "/habits",
      "description": "Track today's habits"
    },
    {
      "name": "Weight",
      "short_name": "Weight",
      "url": "/weight",
      "description": "Log and review weight"
    }
  ]
}
