{
  "name": "Grub — Voice Calorie Tracker",
  "short_name": "Grub",
  "description": "The voice-first food and macro tracker. Just say what you ate.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#0a0a10",
  "theme_color": "#f97316",
  "categories": ["health", "fitness", "lifestyle", "food"],
  "icons": [
    {
      "src": "/icon.svg?v=5",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log food",
      "short_name": "Log",
      "description": "Open Grub and start logging",
      "url": "/?action=log"
    }
  ]
}
