Safeweb sDoc

Safeweb sDoc

Plugin para realizar assinatura digital de documentos eletrônicos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Safeweb sDoc",
  "description": "Plugin para realizar assinatura digital de documentos eletrônicos.",
  "version": "1.4.3",
  "browser_action": {
    "default_icon": "img/logo19.png",
    "default_popup": "popup.html",
    "default_title": "Safeweb sDoc"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "permissions": [
    "nativeMessaging",
    "downloads",
    "activeTab",
    "*://*.safeweb.com.br/",
    "http://localhost:63195/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.safeweb.com.br/*",
      "http://localhost:63195/*"
    ]
  }
}