YOZOPDF-Free and easy PDF conversion platform

YOZOPDF-Free and easy PDF conversion platform

Multi-form conversion extension for PDF files

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_pluginDesc__",
  "version": "2.0.1",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "permissions": [
    "https://www.yozopdf.com/"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "__MSG_titleS__",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "js/inject.js"
  ],
  "default_locale": "zh_CN",
  "homepage_url": "https://www.yozopdf.com"
}