Skip to content

Commit 7522321

Browse files
committed
Add manifest prod to switch easiliy from manifest types
1 parent fcaf7fd commit 7522321

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

manifest_prod.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Super Tidy",
3+
"id": "731260060173130163",
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)