ConstEdit Word Processor

ConstEdit Word Processor

ConstEdit word processor is an html document editor. It supports voice typing, html5 sections and external stylesheets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "ConstEdit Word Processor",
  "short_name": "ConstEdit",
  "version": "4.2.0",
  "version_name": "4.2.0",
  "description": "ConstEdit word processor is an html document editor. It supports voice typing, html5 sections and external stylesheets.",
  "author": "Francis Shum",
  "minimum_chrome_version": "91.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "icons": {
    "16": "img/ConstEdit.16x16.png",
    "48": "img/ConstEdit.48x48.png",
    "128": "img/ConstEdit.128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "declarativeContent",
    "downloads",
    "fontSettings",
    "storage"
  ],
  "action": {
    "default_icon": "img/icon.png",
    "default_title": "ConstEdit Html Word Processor",
    "default_popup": "popup.htm"
  },
  "host_permissions": [
    "file://*/*"
  ]
}