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", "name": "Notifier for GitHub", "version": "25.6.4", "description": "Displays your GitHub notifications unread count", "homepage_url": "https:\/\/github.com\/sindresorhus\/notifier-for-github", "manifest_version": 3, "minimum_chrome_version": "88", "browser_specific_settings": { "gecko": { "id": "{8d1582b2-ff2a-42e0-ba40-42f4ebfe921b}", "strict_min_version": "106.0" } }, "icons": { "128": "icon.edc3633b.png" }, "permissions": [ "alarms", "storage", "offscreen" ], "optional_permissions": [ "tabs", "notifications" ], "background": { "service_worker": "background.331b765d.js" }, "action": { "default_icon": "icon-toolbar.56191235.png" }, "options_ui": { "page": "options.14d91149.html" }, "web_accessible_resources": [ { "resources": [ "icon-notif.png", "sounds\/bell.ogg" ], "matches": [] } ] }