{
  "name": "TINTA - Ilustrama",
  "short_name": "TINTA",
  "description": "Extrae la paleta cromática de cualquier imagen. Códigos HEX, porcentajes, y organización inteligente.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#111110",
  "theme_color": "#111110",
  "icons": [
    {
      "src": "https://ilustrama.com/tinta/icono-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://ilustrama.com/tinta/icono-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}