Indicadores Económicos Chile

Indicadores Económicos Chile

Muestra los valores de UF, Dólar, IPC y UTM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "Mu$hrooM",
  "name": "Indicadores Económicos Chile",
  "version": "1.2.4",
  "description": "Muestra los valores de UF, Dólar, IPC y UTM",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Indicadores Económicos Chile",
    "default_icon": {
      "16": "/images/Icono Ind eco Chile 16.png",
      "32": "/images/Icono Ind eco Chile 32.png",
      "48": "/images/Icono Ind eco Chile 48.png",
      "128": "/images/Icono Ind eco Chile 128.png"
    }
  },
  "background": {
    "service_worker": "bg.js"
  }
}