ANF AC Web Signature and Identification

ANF AC Web Signature and Identification

Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ANF AC Web Signature and Identification",
  "version": "2.2.4",
  "minimum_chrome_version": "37.0",
  "manifest_version": 2,
  "description": "Permite firmar documentos y realizar identificación web segura con tus dispositivos seguros de ANF Autoridad de Certificación.",
  "icons": {
    "48": "logo48px.png",
    "128": "logo128px.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "page.js"
  ],
  "permissions": [
    "nativeMessaging"
  ]
}