PDF Magic

PDF Magic

Create and convert PDF to an editable DOC format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "PDF Magic",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.1",
  "description": "Create and convert PDF to an editable DOC format.",
  "icons": {
    "16": "images/16x16.png",
    "96": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "96": "images/48x48.png",
      "128": "images/128x128.png"
    },
    "default_title": "PDF Magic",
    "default_popup": "index.html"
  }
}