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": "Livescratch: Live Scratch Collabs!", "description": "Multiple Scratchers Can Work Together For The Same Project!", "version": "0.1.1", "version_name": "0.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\/LogoLiveScratch.svg", "\/sounds\/ping.mp3" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/scratch.mit.edu\/*" ] }, "action": { "default_popup": "popups\/popup.html" } }