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": "Blocklive: Scratch Realtime Collaboration",
"description": "Multiple Scratchers Work together in Real Time on a Single Project",
"version": "1.1",
"icons": {
"128": "icon128.png"
},
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/scratch.mit.edu\/projects*"
],
"css": [],
"js": [
"injectors\/editor.js"
]
},
{
"matches": [
"https:\/\/scratch.mit.edu\/mystuff*"
],
"css": [],
"js": [
"injectors\/mystuff.js"
]
},
{
"matches": [
"https:\/\/scratch.mit.edu\/*"
],
"css": [
"scripts\/badge.css"
],
"js": [
"scripts\/verify.js",
"injectors\/all.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/scratch.mit.edu\/"
],
"optional_permissions": [
"notifications"
],
"web_accessible_resources": [
{
"resources": [
"\/scripts\/editor.js",
"\/scripts\/vm.js",
"\/scripts\/badge.js",
"\/scripts\/mystuff.js",
"\/scripts\/turbowarp_editor.js",
"img\/blocklivefullres.png",
"sounds\/ping.mp3",
"img\/fancylogo.svg",
"img\/fancylogo.png"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/scratch.mit.edu\/*"
]
},
"action": {
"default_popup": "popups\/popup.html"
}
}