AutoCorrect

AutoCorrect

Help you to improve copywriting, correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AutoCorrect",
  "description": "Help you to improve copywriting, correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean).",
  "version": "0.2.0",
  "permissions": [
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "action": {},
  "manifest_version": 3,
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}