Github Sort by Comment Reactions Extension

Github Sort by Comment Reactions Extension

Allows you to sort by comment reaction count in issues and PRs 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": "Github Sort by Comment Reactions Extension",
  "description": "Allows you to sort by comment reaction count in issues and PRs on Github",
  "version": "1.0.0",
  "homepage_url": "https://github.com/dbkaplun/github-sort-by-comment-reactions-extension",
  "author": "Dan Kaplun <[email protected]>",
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}