GH Plagiarism Check

GH Plagiarism Check

This extension is a starting point to find plagiarism on github

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GH Plagiarism Check",
  "description": "This extension is a starting point to find plagiarism on github",
  "version": "0.4.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo-small.png",
    "48": "logo-small.png",
    "128": "logo-small.png"
  },
  "permissions": []
}