{
  "name": "Eat or Wait",
  "short_name": "Eat or Wait",
  "description": "A personal food decision coach that helps you pause, recognise hunger, and decide whether to eat, drink, or wait.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f6f3ed",
  "theme_color": "#f6f3ed",
  "orientation": "portrait",
  "categories": [
    "health",
    "lifestyle",
    "wellness"
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}