DoctoPDF

DoctoPDF

This extension Allows quick conversion for any file to PDF from the task bar icon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DoctoPDF",
  "icons": {
    "16": "/content/images/icons/16.png",
    "48": "/content/images/icons/48.png",
    "128": "/content/images/icons/128.png"
  },
  "version": "11.0.0.55",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "description": "This extension Allows quick conversion for any file to PDF from the task bar icon",
  "permissions": [
    "*://*.pdfsrch.com/*",
    "*://*.getdoctopdf.com/*",
    "*://*.apiprxy.com/*",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": {
      "16": "/content/images/icons/16.png",
      "48": "/content/images/icons/48.png",
      "128": "/content/images/icons/128.png"
    }
  },
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "minimum_chrome_version": "32",
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com/ https://www.googleadservices.com; object-src 'self'",
  "web_accessible_resources": [
    "/content/images/icons/16.png",
    "/skin/icons/16.png"
  ]
}