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", "name": "YouTube SongScout", "description": "An AI-powered YouTube song recommendation extension and playlist creator.", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting", "tabs", "identity", "storage", "sidePanel" ], "side_panel": { "default_path": "sidepanel.html" }, "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/www.googleapis.com\/" ], "oauth2": { "client_id": "899648276585-gmlnkhvngehj82u5028ck4eut4gg68lm.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/youtube" ] }, "action": { "default_icon": "images\/YouTube Songscout Logo 16x16.png" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "<all_urls>" ], "type": "module" } ], "icons": { "16": "images\/YouTube Songscout Logo 16x16.png", "48": "images\/YouTube Songscout Logo 48x48.png", "128": "images\/YouTube Songscout Logo 128x128.png" } }