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": "Browser Sticky Notes", "version": "5.7", "description": "Opens a Sticky note on the Page when invoked using Shift+ALT+N.", "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "contextMenus", "notifications", "sidePanel" ], "side_panel": { "default_path": "popup.html" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "commands": { "open_popup": { "suggested_key": { "default": "Shift+Alt+N" }, "description": "Opens the popup" } } }