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", "manifest_version": 2, "name": "GitHub code review", "description": "This extension adds hot keys and hierarchical file view to GitHub pull request pages.", "version": "1.1.20", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "lib\/jquery-1.12.3.min.js", "src\/main.min.js", "src\/chrome-ext-init.js" ], "css": [ "src\/main.css" ] } ], "web_accessible_resources": [ "images\/*.svg" ] }