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": "Public sticky notes", "description": "Chrome extension that lets you share your opinion online by putting a sticky note anywhere", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "hello.html", "default_icon": "stickynotes.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "scripting" ] }