Servicio de Firma Local

Servicio de Firma Local

Servicio de firma local

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.tulegajo.com/*",
        "https://*.reciboselectronicos.com/*",
        "https://*.recibosdigitales.com/*",
        "https://*.tudel.cl/*",
        "https://*.miportalonline.com/*",
        "https://interlegajo.interbanking.com.ar/*",
        "https://*.grupo.ypf.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Servicio de firma local",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Servicio de Firma Local",
  "permissions": [
    "nativeMessaging",
    "downloads",
    "downloads.open",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.13",
  "web_accessible_resources": [
    "api.js"
  ]
}