PDF Mergy - Merge PDF files

PDF Mergy - Merge PDF files

Allows to merge PDF files with a simple drag and drop interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF Mergy - Merge PDF files",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "0.5.7",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/pdf",
          "application/vnd.google-apps.document",
          "application/vnd.google-apps.kix",
          "application/vnd.google-apps.spreadsheet",
          "application/vnd.google-apps.presentation",
          "application/vnd.google-apps.drawing",
          "application/vnd.google.drive.ext-type.pdf"
        ],
        "href": "https://pdfmerge.w69b.com/",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "api_console_project_id": "567704204295",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://pdfmerge.w69b.com/"
    ],
    "launch": {
      "web_url": "https://pdfmerge.w69b.com/"
    }
  }
}