Skip to content

Commit 0c987b0

Browse files
authored
Merge pull request #20 from basiclines/add-preferences
Add preferences
2 parents 5bcb375 + 04f38c5 commit 0c987b0

18 files changed

Lines changed: 843 additions & 213 deletions

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
custom: ['https://paypal.me/basiclines', 'https://www.buymeacoffee.com/basiclines']
1+
custom: ['https://paypal.me/basiclines']

manifest_beta.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Super Tidy Beta",
3+
"id": "952126876347866723",
4+
"api": "1.0.0",
5+
"ui": "dist/ui.html",
6+
"main": "dist/core.js",
7+
"menu": [
8+
{"name": "Rename", "command": "rename"},
9+
{"name": "Reorder", "command": "reorder"},
10+
{"name": "Tidy", "command": "tidy"},
11+
{"name": "Run all", "command": "all"},
12+
{"separator": true},
13+
{"name": "Run custom...", "command": "options"}
14+
]
15+
}

0 commit comments

Comments
 (0)