PDF4me - Edit, Merge, Compress & Convert PDF

PDF4me - Edit, Merge, Compress & Convert PDF

Convert and Manage your documents quickly from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "PDF4me - Edit, Merge, Compress & Convert PDF",
  "short_name": "PDF4me",
  "version": "2.0.4.0",
  "description": "Convert and Manage your documents quickly from your browser",
  "permissions": [],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "PDF4me",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "ftp://*/*",
        "file://*/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "file://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}