Visor CFDI -  PC SOFTWARE

Visor CFDI - PC SOFTWARE

Genera la representacion grafica de tus CFDIs 3.2 y 3.3, multipagina, agrega tu logotipo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Visor CFDI -  PC SOFTWARE",
  "version": "0.0.0.6",
  "description": "Genera la representacion grafica de tus CFDIs 3.2 y 3.3, multipagina, agrega tu logotipo.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "unlimitedStorage",
    "https://ajax.googleapis.com/"
  ],
  "short_name": "PC SOFTWARE CFDIs",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.3.1.min.js",
        "NumberAsString.js",
        "qrcode.js",
        "accounting.js",
        "parser.js"
      ],
      "matches": [
        "file://*.xml",
        "file://*.XML"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "options_page": "opciones.html",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "web_accessible_resources": [
    "/*.html"
  ],
  "manifest_version": 2
}