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": "YouTube Playlist AI Generator \u2013 MindTube",
"short_name": "Playlist AI Generator",
"version": "1.0.9",
"description": "Generate YouTube playlist with AI. Create smart music playlist based on your mood, activity or keyword \u2013 instantly.",
"homepage_url": "https:\/\/mindtube.netlify.app\/",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}