{
  "name": "Anticipet",
  "short_name": "Anticipet",
  "description": "Se anticipa a las necesidades de tu perro y tu gato — registro, predicción y entrenamiento",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4fbf9",
  "theme_color": "#0e9488",
  "lang": "es",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Registrar pipí",
      "short_name": "Pipí",
      "url": "./index.html?log=pipi",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Registrar popó",
      "short_name": "Popó",
      "url": "./index.html?log=caca",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Registrar comida",
      "short_name": "Comida",
      "url": "./index.html?log=comida",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
