soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame
588 Bytes
/* generated by pull.js */
const manifest = {
"editorOnly": true,
"noTranslations": true,
"noCompiler": true,
"name": "Running block border",
"description": "Adds a colored highlight to the blocks that are currently being executed in a project.",
"dynamicDisable": true,
"userscripts": [
{
"url": "userscript.js"
}
],
"settings": [
{
"dynamic": true,
"name": "Highlight color",
"id": "highlight-color",
"type": "color",
"default": "#0000ff"
}
],
"tags": [],
"enabledByDefault": false
};
export default manifest;