soiz1's picture
Upload 2891 files
6bcb42f verified
raw
history blame
619 Bytes
/* generated by pull.js */
const manifest = {
"editorOnly": true,
"noTranslations": true,
"name": "Do not shift pasted items",
"description": "Paste copied items at their original position instead of shifted slightly in the costume editor.",
"info": [
{
"text": "This behavior can also be achieved without this addon by Alt+Clicking the item.",
"id": "vanilla"
}
],
"credits": [
{
"name": "GarboMuffin"
}
],
"dynamicDisable": true,
"userscripts": [
{
"url": "userscript.js"
}
],
"tags": [],
"enabledByDefault": false
};
export default manifest;