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": "__MSG_appName__",
"version": "1.01",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"action": {
"default_icon": "images\/icon_24.png",
"default_title": "__MSG_appName__"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/*.soundcloud.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/jquery.js",
"js\/content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"i\/*"
],
"matches": [
"https:\/\/*.soundcloud.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"short_name": "SCDownloader"
}