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": "SkyNotes: Sticky Notes on new tab", "version": "2.0", "description": "Create floating sticky notes for webpages that appear on popup and new tab", "permissions": [ "storage", "tabs", "activeTab" ], "action": { "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "logo_48.png", "128": "logo_128.png" } }