PDF Shark

PDF Shark

PDF Shark is a powerful PDF converter tool. Convert PDF to DOC and DOC to PDF with just a simple drag-and-drop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF Shark",
  "description": "PDF Shark is a powerful PDF converter tool. Convert PDF to DOC and DOC to PDF with just a simple drag-and-drop",
  "version": "1.0.1",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png"
    },
    "default_title": "PDF Shark",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  }
}