Grammar Checker and Text Rewriter — Linguix

Grammar Checker and Text Rewriter — Linguix

Linguix AI Writing App makes your texts grammatically correct, clear, and highly effective on any website, across all browsers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Grammar Checker and Text Rewriter — Linguix",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.6.108",
  "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": [
        "gmail/scripts.js"
      ],
      "matches": [
        "*://mail.google.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ext-content/youtube-injector.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "ext-content/gdocs.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/main.js"
      ],
      "css": [
        "ext-content/index.css"
      ]
    }
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "ext-background/polyfills.js",
      "ext-background/runtime.js",
      "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/assets/images/flags/*"
  ],
  "version_name": "1.6.108",
  "minimum_chrome_version": "68.0.0",
  "externally_connectable": {
    "matches": [
      "*://*.linguix.com/*"
    ]
  },
  "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",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}