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": "SunoMP3 Downloader",
"description": "SunoMP3 Downloader enables easy music downloads from Suno.ai for offline listening. Simple and seamless for music lovers.",
"version": "1.3",
"options_ui": {
"page": "options.html"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"activeTab",
"scripting"
]
}