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": "Notifications Preview for GitHub", "homepage_url": "https:\/\/github.com\/tanmayrajani\/notifications-preview-github", "version": "24.9.23", "manifest_version": 3, "minimum_chrome_version": "115", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "115.0" } }, "permissions": [ "storage" ], "description": "Quickly see your notifications in a popup without leaving the current page", "icons": { "128": "icon-128.77b78c15.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "github-notifications-preview.8435b745.css" ], "js": [ "github-notifications-preview.961234cd.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "options-storage.6c669abb.js" ], "service_worker": "options-storage.d6f034fc.js" }, "options_ui": { "page": "options.3e009db1.html" } }