{
  "id": "/",
  "name": "NW NUTRIX",
  "short_name": "NW NUTRIX",
  "description": "Nutrição inteligente para você - Controle de calorias, macros e jejum intermitente com IA",
  "version": "2.0.1",
  "start_url": "/?v=2",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#00E676",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Adicionar Alimento",
      "short_name": "Adicionar",
      "description": "Registrar uma refeição",
      "url": "/add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Jejum",
      "short_name": "Jejum",
      "description": "Controle de jejum intermitente",
      "url": "/fasting",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
