Linguix – GPT-4 writing copilot for teams

Linguix – GPT-4 writing copilot for teams

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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.6.112",
  "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": [
        "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/vendor.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.112",
  "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",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>"
  ]
}