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", "icons": { "16": "icon16.plasmo.be204de3.png", "32": "icon32.plasmo.3f185081.png", "48": "icon48.plasmo.e0390ca6.png", "64": "icon64.plasmo.81b262d7.png", "128": "icon128.plasmo.29432ab4.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.be204de3.png", "32": "icon32.plasmo.3f185081.png", "48": "icon48.plasmo.e0390ca6.png", "64": "icon64.plasmo.81b262d7.png", "128": "icon128.plasmo.29432ab4.png" }, "default_popup": "popup.html" }, "version": "1.0.0", "author": "[email protected]", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "scripting", "identity", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "*:\/\/*.wayfair.com\/*" ], "js": [ "dom.ac949e4d.js" ], "css": [ "dom.a727c447.css" ] } ], "default_locale": "en", "host_permissions": [ "https:\/\/*.wayfair.com\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.wayfair.com\/*" ], "resources": [ "logo.0d40d5ff.png" ] } ] }