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 Track Extract", "version": "1.0.0", "description": "Extracts track data from Discogs for use in streaming apps such as OBS.", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "action": { "default_popup": "index.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.discogs.com\/release\/*" ] }