Free Online PDF Tools

Free Online PDF Tools

Create, Convert, Merge, Split and even Protect PDF files directly from your browser for FREE!

Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "@free-online-pdf-tools"
    }
  },
  "author": "Adaware",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/browsericons/icon16.png",
      "32": "img/browsericons/icon32.png"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://freeonlinepdftools.com/images/favicon.png",
      "is_default": true,
      "keyword": "Free Online PDF Tools by Adaware",
      "name": "Free Online PDF Tools by Adaware",
      "search_url": "https://defaultsearch.co/?q={searchTerms}"
    }
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/contentscript.js"
      ],
      "matches": [
        "https://freeonlinepdftools.com/*",
        "https://www.freeonlinepdftools.com/*",
        "https://stage.freeonlinepdftools.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "Create, Convert, Merge, Split and even Protect PDF files directly from your browser for FREE!",
  "icons": {
    "16": "img/browsericons/icon16.png",
    "32": "img/browsericons/icon32.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "26.0",
  "name": "Free Online PDF Tools",
  "permissions": [
    "management",
    "cookies",
    "storage",
    "tabs",
    "webNavigation",
    "https://freeonlinepdftools.com/*",
    "https://www.freeonlinepdftools.com/*",
    "https://defaultsearch.co/*",
    "https://flow.lavasoft.com/*",
    "https://stage.freeonlinepdftools.com/*",
    "http://ip-api.com/json"
  ],
  "short_name": "Free Online PDF Tools",
  "version": "1.0.0.10",
  "web_accessible_resources": [
    "img/*"
  ]
}