PDF editor online

PDF editor online

Create and edit PDF files with PDF editor online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "2.13.9",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/suite_38.png"
  },
  "icons": {
    "16": "icons/suite_16.png",
    "48": "icons/suite_48.png",
    "128": "icons/suite_128.png"
  },
  "background": {
    "scripts": [
      "websecure.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "options_ui": {
    "page": "optionsv2.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f924709-f8c5-4c78-bfd6-458bd584aff3}"
    }
  }
}