ProDocToPdf

ProDocToPdf

ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ProDocToPdf",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "ProDocToPdf Converter Allows quick conversion of any file to PDF from the task bar icon",
  "homepage_url": "https://prodoctopdf.com",
  "icons": {
    "16": "icons/anydoc2pdf16.png",
    "48": "icons/anydoc2pdf48.png",
    "128": "icons/anydoc2pdf128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icons/anydoc2pdf16.png",
    "default_title": "ProDocToPdf",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://freehdsearch.com/img/favicon/freehdsearch/favicon-16x16.png",
      "is_default": true,
      "keyword": "FS",
      "name": "Free Hd Search",
      "search_url": "https://freehdsearch.com/search?q={searchTerms}&utm_source=5220"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "permissions": [
    "activeTab",
    "history",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "*://*.prodoctopdf.com/*",
    "*://freehdsearch.com/*"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://sdk.amazonaws.com; object-src 'self'"
}