Convert with Scribe

Convert with Scribe

Document remediation has never been easier with Scribe. Pneuma Solutions' Convert with Scribe is available to anyone through this handy browser extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Convert with Scribe",
  "description": "Document remediation has never been easier with Scribe.",
  "version": "1.6.0",
  "browser_action": {
    "default_title": "Convert with Scribe",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/vendor.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "contextMenus",
    "downloads",
    "notifications",
    "tabs",
    "https://scribeit.io/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}