Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github issues scroll jump", "version": "1.0.2", "description": "Easily find the most liked comments in a Github issue thread", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "assets\/app.js" ], "css": [ "assets\/app.css" ] } ] }