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": "Amazon Compare Side to Side", "description": "Easily compare Amazon products details side to side. Pick the right one.", "author": "Amazon Side to Side", "version": "0.5.0", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "action": { "default_icon": { "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "options_ui": { "page": "src\/entries\/options\/index.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "webfonts\/*" ], "matches": [ "<all_urls>" ] } ] }