Fastcon

Fastcon

A simple tool to fully convert DOC/DOCX files to PDF.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fastcon",
  "description": "A simple tool to fully convert DOC/DOCX files to PDF.",
  "version": "1.7",
  "manifest_version": 3,
  "homepage_url": "https://fastcon.org/",
  "background": {
    "service_worker": "./background.js"
  },
  "chrome_url_overrides": {
    "newtab": "./page/index.html"
  },
  "permissions": [],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./images/16.png",
      "32": "./images/32.png",
      "48": "./images/48.png",
      "128": "./images/128.png"
    }
  },
  "icons": {
    "16": "./images/16.png",
    "32": "./images/32.png",
    "48": "./images/48.png",
    "128": "./images/128.png"
  }
}