forked from piroor/tst-more-tree-commands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
59 lines (59 loc) · 1.35 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.4",
"author": "YUKI \"Piro\" Hiroshi",
"description": "__MSG_extensionDescription__",
"permissions": [
"menus",
"tabs",
"storage"
],
"background": {
"page": "/background/background.html"
},
"commands": {
"group": {
"description": "__MSG_command_group__"
},
"ungroup": {
"description": "__MSG_command_ungroup__"
},
"flatten": {
"description": "__MSG_command_flatten__"
},
"indent": {
"description": "__MSG_command_indent__"
},
"outdent": {
"description": "__MSG_command_outdent__"
},
"moveBeforePreviousSibling": {
"description": "__MSG_command_moveBeforePreviousSibling__"
},
"moveAfterNextSibling": {
"description": "__MSG_command_moveAfterNextSibling__"
},
"tabbarLinesDown": {
"description": "__MSG_command_tabbarLinesDown__"
},
"tabbarLinesUp": {
"description": "__MSG_command_tabbarLinesUp__"
},
"tabbarStopScroll": {
"description": "__MSG_command_tabbarStopScroll__"
},
"toggle": {
"description": "__MSG_command_toggle__"
}
},
"options_ui": {
"page": "/options/options.html"
},
"default_locale": "en",
"applications": {
"gecko": {
"id": "tst-more-tree-commands@piro.sakura.ne.jp"
}
}
}