Dolar Argentina

Explora la cotización actual del dólar en Argentina de manera sencilla y rápida con nuestra extensión informativa "Dólar…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dolar Argentina",
  "version": "1.0.1",
  "action": {
    "default_popup": "index.html"
  },
  "host_permissions": [
    "https://dolarnoticias.vercel.app/*"
  ],
  "icons": {
    "16": "logo-16x16.png",
    "32": "logo-32x32.png",
    "48": "logo-48x48.png",
    "128": "logo-128x128.png"
  }
}