{
  "name": "SmartNutri — Nutrição Inteligente",
  "short_name": "SmartNutri",
  "description": "Formulação mobile de rações para bovinos e suínos.",
  "lang": "pt-BR",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#f3f9f3",
  "theme_color": "#1d266c",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Formular ração",
      "short_name": "Formular",
      "url": "./index.html#formular"
    },
    {
      "name": "Ler QR Code",
      "short_name": "QR",
      "url": "./index.html#leitor-qr"
    }
  ]
}