Grammar, punctuation and plagiarism checker

Grammar, punctuation and plagiarism checker

Enhance your writing with our Chrome plugin! Grammar, plagiarism, and punctuation checker for error-free content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "TextAdviser",
  "version": "0.3",
  "manifest_version": 3,
  "description": "__MSG_description__",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications"
  ],
  "host_permissions": [
    "https://textadviser.com/*"
  ],
  "background": {
    "service_worker": "scripts/background.js"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "author": "[email protected]",
  "homepage_url": "https://textadviser.com",
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApFN+HhnQ1yX5WMUS4TyTBpOLilAHIXlqfm50TBxysr5CoGytfAYO5/+fwrkBGdJ+LwG6z0zJLmt5l++e/lrkvME/QOQuK9o7BsXnJubrMyhXFoG/WUztlJY5V4QD2PAvDx3UkJFbNmxh3SDVR84BQkKnJkTvUMKUhEXUtsNSIP46LNJu9hdnlpQjWrB9JXVLgbbeULCbdXQR8fPbXVOlUC6MEPw01+3HpbyHEalhAhee4Gg9GpRJGvaJCtmOux/dDXv3ViQ0URqyNj9dxvxjscYCa9ydCKbWG5uqO5qr453WaOfAXHa12s3a0pC6KiwBgKm5u+HyJVdhJlG39lmZewIDAQAB"
}