PDF Converter Online

PDF Converter Online

PDF converter to work with docs fast and easily. Supports PDF, Word, Excel, PPT and JPG

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "0.1.2",
  "manifest_version": 3,
  "icons": {
    "16": "favicon.png",
    "32": "logo192.png",
    "48": "logo192.png",
    "128": "logo512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_title": "__MSG_name__",
    "default_popup": "index.html",
    "default_icon": {
      "16": "favicon.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo512.png"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage"
  ]
}