Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GitHub Red Issues", "author": "Katsute", "description": "Revert closed GitHub issues from purple back to red.", "version": "10.1", "homepage_url": "https:\/\/github.com\/KatsuteDev\/GitHub-Red-Issues", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "105", "browser_specific_settings": { "gecko": { "id": "{3e7882e9-4411-4136-9c76-8fddc57c8d87}", "strict_min_version": "121.0" } }, "permissions": [], "content_scripts": [ { "css": [ "style.css" ], "matches": [ "https:\/\/github.com\/*" ] } ] }