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 Label Explore", "version": "0.1.2", "description": "Adds a feed of random videos to Discogs label pages.", "icons": { "128": "assets\/icon-128.png", "256": "assets\/icon-256.png", "512": "assets\/icon-512.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.discogs.com\/*", "https:\/\/api.discogs.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.discogs.com\/label\/*" ], "js": [ "browser-polyfill.js", "content_script.js" ], "css": [ "style.css" ] } ], "background": { "service_worker": "background_script.js" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }