Zone PDF: Edit and Convert PDF

Zone PDF: Edit and Convert PDF

Edit, create, merge, split, compress, and convert PDF files, all online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zone PDF: Edit and Convert PDF",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Edit, create, merge, split, compress, and convert PDF files, all online",
  "container": [
    "DOMAIN_INSTALLABLE",
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "318239985010",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/pdf",
          "application/vnd.google.drive.ext-type.pdf"
        ],
        "href": "https://zonepdf.com/app/suite",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "64": "64x64.png",
    "96": "96x96.png",
    "128": "128x128.png",
    "256": "256x256.png"
  },
  "app": {
    "launch": {
      "web_url": "https://zonepdf.com/app/suite"
    }
  }
}