Grammar Checker and Text Rewriter — Linguix

Create compelling content with Linguix grammar checker and rewriter.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.6.137",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6aNTmh30bpH2Q2kLrl77Vsg7NiCkFuxiz2nF5KdvWx24kJqVKXrPKgxjCfe3/xIfpJhwBBUxU4WnvD9j5Gnfg2steJ8LY8sNWKCLfH78AMjlEbDlLU3smy9+laln8v+J+ikqE+iUs8/YM1TFCUISpi1Gkum9Xrp3/6zrvd6aTeejK28HrFaYUgN8nCx8nOpYnmTNd5x5MPeZuTOt23El7qvBMnV15OyOu0w462pRHCqo9nQ0FckM5MJv8s3F4+ZKNAQHQ1S98tvfNaUrv7cXwtmFOS2K8L3sVhwqP7Lp6zvIGdfWEC8eyuUZTB5QnF+EqY9YXM+awGCK6kasYAlypwIDAQAB",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "commands": {
    "run-assistant": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Run Linguix on the current page."
    }
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ext-content/youtube-injector.js"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "ext-content/gdocs-early.js"
      ],
      "matches": [
        "*://docs.google.com/document/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "ext-content/runtime.js",
        "ext-content/vendor.js",
        "ext-content/main.js"
      ],
      "css": [
        "ext-content/index.css"
      ]
    }
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "ext-background/main.js"
    ]
  },
  "browser_action": {
    "default_popup": "ext-popup/index.html",
    "default_title": "Linguix"
  },
  "web_accessible_resources": [
    "ext-content/youtube.js",
    "ext-content/youtube-injector.js",
    "gmail/runtime.js",
    "gmail/main.js",
    "ext-content/gdocs-early.js",
    "ext-content/gdocs.js",
    "ext-content/assets/images/flags/*"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6c60573a-0d64-46cb-8081-0b26cc5c6940}"
    }
  }
}