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": "Discogify", "version": "1.0.10", "description": "Preview discogs tracks easier.", "icons": { "32": "icons\/discogify-32.png", "64": "icons\/discogify-64.png", "96": "icons\/discogify-96.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.discogs.com\/*" ], "js": [ "browser-polyfill.min.js", "discogify.js" ], "css": [ "discogify.css" ] } ], "action": { "default_icon": "icons\/discogify-32.png", "default_title": "Discogify", "show_matches": [ "*:\/\/www.discogs.com\/*" ], "default_popup": "popup\/discogify.html" } }