Free PDF Editor

Free PDF Editor

Fill up your PDF Forms quickly online for free. You can select files from your PC or Google Drive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "api_console_project_id": "197712803622",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "description": "Fill up your PDF Forms quickly online for free. You can select files from your PC or Google Drive.",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "disposition": "window",
        "href": "https://app.fillpdfforms.com/open",
        "title": "Open",
        "type": [
          "application/pdf"
        ]
      }
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png",
    "256": "icon-256.png",
    "512": "icon-512.png"
  },
  "manifest_version": 3,
  "name": "Free PDF Editor",
  "host_permissions": [
    "https://api.pdfconverted.com/*"
  ],
  "version": "3.0.0",
  "action": {
    "default_icon": "icon-32.png",
    "default_title": "Free PDF Editor"
  },
  "homepage_url": "https://fillpdfforms.com/"
}