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": "Discogs Amazon QuickSearch Button", "version": "1.0.1", "description": "Enhance your Discogs experience with a convenient Amazon search button on release pages for quick and easy searches.", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.discogs.com\/*" ], "js": [ "discogs.js" ] } ], "web_accessible_resources": [ { "resources": [ "amazon_logo.svg" ], "matches": [ "*:\/\/www.discogs.com\/*" ] } ], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" } }