Dolar hoy 🇦🇷 - MAAS

Dolar hoy 🇦🇷 - MAAS

Pequeña y poderosa extensión para obtener el valor del dolar blue y el dolar oficial del dia.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dolar hoy 🇦🇷 - MAAS",
  "description": "Pequeña y poderosa extensión para obtener el valor del dolar blue y el dolar oficial del dia.",
  "version": "1.0.1",
  "author": "M.A.A.S. - Marcelo Agoston",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/imagenes/pig3.png",
      "32": "/imagenes/pig3.png",
      "48": "/imagenes/pig3.png",
      "128": "/imagenes/pig3.png"
    }
  },
  "icons": {
    "16": "/imagenes/pig3.png",
    "32": "/imagenes/pig3.png",
    "48": "/imagenes/pig3.png",
    "128": "/imagenes/pig3.png"
  }
}