Integrito — Analyze Text, Check Plagiarism&AI

Integrito — Analyze Text, Check Plagiarism&AI

This extension is a helpful all-in-one tool for education and working with texts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "Integrito",
  "name": "Integrito — Analyze Text, Check Plagiarism&AI",
  "description": "This extension is a helpful all-in-one tool for education and working with texts.",
  "manifest_version": 3,
  "version": "1.3.5",
  "icons": {
    "16": "images/logo.ico",
    "32": "images/logo32.png",
    "48": "images/logo192.png",
    "128": "images/logo512.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "scripting",
    "webRequest",
    "webNavigation"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Integrito — Analyze Text, Check Plagiarism&AI",
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo192.png",
      "128": "images/logo512.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://plagcheck.local/*",
        "*://plagiarismcheck.org/*"
      ],
      "js": [
        "browser-polyfill.js",
        "inject.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "canvas-inject.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://docs.google.com/document/d/*"
      ],
      "js": [
        "googledocs-inject.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}