V-DOCS for Chrome

V-DOCS for Chrome

Open a page or document in the V-DOCS client software to sign

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "V-DOCS for Chrome",
  "author": "Master Merchant Systems",
  "description": "Open a page or document in the V-DOCS client software to sign",
  "version": "3.4.0",
  "homepage_url": "http://v-docs.ca",
  "short_name": "V-DOCS",
  "icons": {
    "16": "images/vdocs16.png",
    "48": "images/vdocs48.png",
    "128": "images/vdocs128.png"
  },
  "action": {
    "default_icon": {
      "19": "images/vdocs16.png",
      "38": "images/vdocs48.png"
    },
    "default_title": "Send to V-DOCS"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "scripting",
    "webNavigation",
    "webRequest"
  ],
  "host_permissions": [
    "*://*/*",
    "file:///"
  ]
}