V-DOCS for Microsoft Edge

V-DOCS for Microsoft Edge

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "V-DOCS for Microsoft Edge",
  "author": "Maplewave",
  "description": "Open a page or document in the V-DOCS client software to sign",
  "version": "1.0.0",
  "homepage_url": "http://v-docs.ca",
  "short_name": "V-DOCS",
  "icons": {
    "16": "images/vdocs16.png",
    "48": "images/vdocs48.png",
    "128": "images/vdocs128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/vdocs16.png",
      "38": "images/vdocs48.png"
    },
    "default_title": "Send to V-DOCS"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "webNavigation",
    "webRequest",
    "file:///",
    "*://*/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}