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": 3, "name": "Contributors on Github", "description": "Show Contributor Stats on Github", "version": "25.4.17.0109", "short_name": "Stats on Github", "icons": { "128": "\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/hzoo\/contributors-on-github", "host_permissions": [ "https:\/\/github.com\/*\/*", "https:\/\/api.github.com\/*" ], "permissions": [ "storage" ], "minimum_chrome_version": "88", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "action": { "default_icon": { "128": "\/icon-128.png" }, "default_title": "Contributors on Github Settings" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "run_at": "document_idle", "js": [ "content-scripts\/content.js" ] } ] }