Kofax PDF Create

Kofax PDF Create

Create PDF from web page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "default_locale": "en",
  "name": "Kofax PDF Create",
  "description": "__MSG_web2pdfExtnDescription__",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "skin/action_disabled_19x19.png",
    "default_title": "__MSG_web2pdfBrowserActionDisabledToolTip__"
  },
  "content_scripts": [
    {
      "js": [
        "web2pdfgetdom.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "contextMenus",
    "webNavigation",
    "nativeMessaging",
    "tabs",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ],
  "icons": {
    "16": "skin/logo_16x16.png",
    "48": "skin/logo_48x48.png",
    "128": "skin/logo_128x128.png"
  },
  "version": "1.0.0.14",
  "homepage_url": "https://www.kofax.com",
  "manifest_version": 2
}