chromePDF - PDF Online Editor

chromePDF - PDF Online Editor

Edit PDF files, rotate, comment, delete, extract, write or draw etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "chromePDF - PDF Online Editor",
  "version": "0.1",
  "manifest_version": 2,
  "short_name": "Online PDF Editor",
  "description": "Edit PDF files, rotate, comment, delete, extract, write or draw etc.",
  "app": {
    "urls": [
      "https://www.chromepdf.com/"
    ],
    "launch": {
      "web_url": "https://www.chromepdf.com/"
    }
  },
  "icons": {
    "128": "logo.png"
  }
}