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": "Smart Sticky Notes", "action": { "default_popup": "popup.html", "default_title": "Smart Sticky Notes" }, "author": "Stack Ninjas", "background": { "service_worker": "background.js" }, "description": "Enhance productivity with smart sticky notes! Save quick notes, access references effortlessly while you work.", "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "tabs", "scripting", "contextMenus", "notifications" ], "version": "1.0.0" }