Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on May 25, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Setlist to Spotify", "version": "1.1.1", "description": "Create Spotify playlists from setlist.fm setlists", "permissions": [ "activeTab", "identity", "storage", "scripting", "notifications" ], "host_permissions": [ "https:\/\/api.spotify.com\/*", "https:\/\/www.setlist.fm\/*" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "48": "icon48.png", "128": "icon128.png" } }