Open a page or document in the V-DOCS client software to sign
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}