soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame
2.53 kB
/* generated by pull.js */
const manifest = {
"editorOnly": true,
"noTranslations": true,
"name": "Auto-hiding block palette",
"description": "Hides the block palette if not hovered. Click the lock icon to lock it in place temporarily. Alternatively, use \"category click\" mode.",
"credits": [
{
"name": "TheColaber",
"link": "https://scratch.mit.edu/users/TheColaber/"
},
{
"name": "Maximouse",
"link": "https://scratch.mit.edu/users/Maximouse/"
}
],
"info": [
{
"text": "\"Palette area hover\" mode only extends the viewing area. If you want to be able to drag blocks into that area without them getting trashed, use one of the other modes.",
"id": "hoverExplanation"
}
],
"dynamicDisable": true,
"customCssVariables": [
{
"name": "lockDisplay",
"value": {
"type": "map",
"source": {
"type": "settingValue",
"settingId": "toggle"
},
"options": {
"hover": "flex",
"cathover": "flex",
"category": "none"
}
}
},
{
"name": "placeholderDisplay",
"value": {
"type": "map",
"source": {
"type": "settingValue",
"settingId": "toggle"
},
"options": {
"hover": "block",
"cathover": "none",
"category": "none"
}
}
}
],
"userscripts": [
{
"url": "userscript.js"
}
],
"userstyles": [
{
"url": "style.css"
}
],
"settings": [
{
"dynamic": true,
"name": "Toggle on...",
"id": "toggle",
"type": "select",
"potentialValues": [
{
"id": "hover",
"name": "Palette area hover"
},
{
"id": "cathover",
"name": "Category hover"
},
{
"id": "category",
"name": "Category click"
}
],
"default": "cathover"
},
{
"dynamic": true,
"name": "Animation speed",
"id": "speed",
"type": "select",
"potentialValues": [
{
"id": "none",
"name": "Instant"
},
{
"id": "short",
"name": "Quick"
},
{
"id": "default",
"name": "Default"
},
{
"id": "long",
"name": "Slow"
}
],
"default": "default"
}
],
"tags": [
"recommended"
]
};
export default manifest;