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": "Top Shopping Made Organized", "version": "0.4", "description": "Add all your items to one place for better organization and navigation", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "permissions": [ "tabs", "storage", "system.display", "contextMenus" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Top" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "jquery-3.6.0.min.js", "content.js" ], "run_at": "document_end" } ] }