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": "JamKit - Musician's Toolbox for YouTube",
"version": "2.0.0",
"description": "The ultimate musician's toolbox for YouTube. Control pitch, tempo, and create A\/B loops with ease.",
"icons": {
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"48": "icons\/icon-48.png"
},
"default_title": "JamKit"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"domainManager.js",
"domain\/youtube.js",
"fonts-loader.js",
"player.js",
"ui.js",
"controls.js",
"main.js"
],
"css": [
"style.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"engine.js",
"phaze-worklet.js",
"fonts\/Baloo2-Bold.ttf",
"fonts\/Inter-Regular.ttf",
"fonts\/Inter-Bold.ttf"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
]
}