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", "author": "utkpatdev", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "description": "Extension to test full notifications API namespace", "manifest_version": 2, "name": "Notifications sample extension", "options_page": "options.html", "permissions": [ "notifications" ], "version": "1.3.4.0" }