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 Issue Badges (for Enterprise)", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page_GHE.html" }