Merge PDF - Split PDF - Sejda.com

Merge PDF - Split PDF - Sejda.com

Split, Merge or Convert PDF to JPG, Extract pages, Alternate scans and much more.

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",
  "manifest_version": 2,
  "version": "16",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "8721525582",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/pdf",
          "application/vnd.google.drive.ext-type.pdf"
        ],
        "href": "https://www.sejda.com/gdrive-open",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "urls": [
      "*://sejda.com/",
      "*://www.sejda.com/"
    ],
    "launch": {
      "web_url": "https://www.sejda.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}