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": "Microsoft Shopping", "description": "The best place to help you save time and up to $400 a year* when online shopping.", "version": "1.0.1", "icons": { "16": "icons\/v2\/icon16.png", "48": "icons\/v2\/icon48.png", "128": "icons\/v2\/icon128.png" }, "action": { "default_title": "Microsoft Shopping", "default_icon": { "128": "icons\/v2\/icon48.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "permissions": [ "storage", "activeTab", "clipboardWrite" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "ExtensionFlyout.html" ], "matches": [ "<all_urls>" ] } ] }