Qwer PDF

Qwer PDF

Qwer PDF extension is Online Convert PDF To Word & Excel, PPT & PDF Editor - 100% Free. Power Up Your Productivity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_ext_name__",
  "version": "4.0.1",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "homepage_url": "https://www.qwerpdf.com/",
  "author": "qwerpdf.com",
  "action": {
    "default_icon": "images/icons/icon48.png",
    "default_title": "__MSG_ext_name__"
  },
  "icons": {
    "16": "images/icons/icon16.png",
    "32": "images/icons/icon32.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content_script.js"
      ],
      "css": [
        "css/popup.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/content_script_installed.js"
      ],
      "matches": [
        "*://*.abcdpdf.com/*",
        "*://*.qwerpdf.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "https://*.abcdpdf.com/",
    "https://*.qwerpdf.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "upload.html",
        "index_popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}