Quetext

Quetext

Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quetext",
  "version": "1.1",
  "description": "Quetext is the leading platform for plagiarism detection. Write better, Build citations and proof your original content.",
  "homepage_url": "https://www.quetext.com/",
  "icons": {
    "16": "img/icons16.png",
    "48": "img/icons48.png",
    "128": "img/icons128.png"
  },
  "action": {
    "default_icon": "img/icons16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "scripting",
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "./assets/js/bowser-es5.min.js",
        "./assets/js/jquery.min.js",
        "./assets/js/grammar-checker.js"
      ],
      "css": [
        "./assets/css/grammar-checker.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}