Assinatura Digital para Navegador - BRy

Assinatura Digital para Navegador - BRy

Extensão para realizar Assinaturas Digitais em documentos a partir do navegador.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Assinatura Digital para Navegador - BRy",
  "version": "3.9.3",
  "version_name": "1.9.2",
  "description": "Extensão para realizar Assinaturas Digitais em documentos a partir do navegador.",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "19": "icon-361-grayscale.png",
      "38": "icon-361-grayscale.png"
    },
    "default_title": "Assinatura Digital para Navegador - BRy",
    "default_popup": "main.html"
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "sweetalert2.min.css",
        "bry.css"
      ],
      "js": [
        "react.bundle.js",
        "sweetalert2.bundle.js",
        "content_script.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "chrome-downloaded-file.png",
    "firefox-downloaded-file.png",
    "chrome-downloaded-file-macos.png",
    "first-twosteps.png",
    "second-twosteps.png",
    "icon-361-grayscale.png",
    "trash.png",
    "download-arrow.png",
    "ok.png",
    "loading.gif",
    "brand.png",
    "icon-128.png",
    "biomini-slim-s.png",
    "firefox-downloaded-DLL-file.png",
    "chrome-downloaded-DLL-file.png"
  ]
}