Plagly - Plagiarism Checker Tool

Plagly - Plagiarism Checker Tool

The most accurate plagiarism checker tool for students, teachers, and SEO professionals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Plagly - Plagiarism Checker Tool",
  "description": "The most accurate plagiarism checker tool for students, teachers, and SEO professionals.",
  "version": "2.1",
  "short_name": "Plagly",
  "browser_action": {
    "default_icon": {
      "19": "favicon.png",
      "38": "favicon.png"
    },
    "default_title": "Plagly",
    "default_popup": "index.html"
  },
  "icons": {
    "19": "favicon.png",
    "38": "favicon.png",
    "48": "favicon.png",
    "64": "favicon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "*://*.plagly.com/"
  ]
}