Word to PDF Converter Tool

Word to PDF Converter Tool

convert your Word files to PDF with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Word to PDF Converter Tool",
  "default_locale": "en",
  "description": "convert your Word files to PDF with one click.",
  "background": {
    "service_worker": "background.js"
  },
  "version": "1.0",
  "icons": {
    "16": "images/pro-icon-16.png",
    "48": "images/pro-icon-48.png",
    "128": "images/pro-icon-128.png"
  },
  "action": {
    "default_icon": "images/pro-icon-128.png"
  }
}