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": "[email protected]", "description": "Sticky notes on every page", "name": "Sticky Notes", "version": "1.1.0", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/logo.png", "19": "icons\/logo.png", "32": "icons\/logo.png", "38": "icons\/logo.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ "*:\/\/*\/*" ] }, { "js": [ "src\/entries\/contentScript\/auth.js" ], "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/thestickyapp.com\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/thestickyapp.com\/*", "https:\/\/sticky-mono-web.vercel.app\/*" ] }, "web_accessible_resources": [ { "resources": [ "public\/sounds\/oink.mp3", "public\/sounds\/boop.mp3" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-Bf3Dw6Ir.js", "assets\/useGetNotes-C7SxGzxs.js", "assets\/browser-polyfill-ynb4_FwX.js", "assets\/howler-UXfQE5TT.js", "assets\/globals-DEoYiyor.js", "assets\/ExtensionProvider-mP1TTrX0.js", "assets\/logo-DWGCKaU_.png", "assets\/globals-S0J_Jt4S.css" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ], "host_permissions": [ "https:\/\/*\/" ], "icons": { "16": "icons\/logo.png", "19": "icons\/logo.png", "32": "icons\/logo.png", "38": "icons\/logo.png", "48": "icons\/logo.png", "64": "icons\/logo.png", "96": "icons\/logo.png", "128": "icons\/logo.png", "256": "icons\/logo.png", "512": "icons\/logo.png" }, "permissions": [ "storage", "contextMenus", "activeTab", "tabs" ], "options_ui": { "page": "src\/entries\/options\/index.html", "open_in_tab": true } }