-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.json
131 lines (131 loc) · 3.01 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"required_api_version": "^2.0.0",
"name": "KeyboardLayoutChange",
"description": "Switch keyboard layout",
"developer_name": "Trafitto",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.1
},
"preferences": [
{
"id": "kus",
"type": "keyword",
"name": "kus",
"description": "Switch to US ALT INT keyboard layout",
"default_value": "kus"
},
{
"id": "kit",
"type": "keyword",
"name": "kit",
"description": "Switch to IT keyboard layout",
"default_value": "kit"
},
{
"id": "kes",
"type": "keyword",
"name": "kes",
"description": "Switch to ES keyboard layout",
"default_value": "kes"
},
{
"id": "kfr",
"type": "keyword",
"name": "kfr",
"description": "Switch to FR keyboard layout",
"default_value": "kfr"
},
{
"id": "kpl",
"type": "keyword",
"name": "kpl",
"description": "Switch to PL keyboard layout",
"default_value": "kpl"
},
{
"id": "kdha",
"type": "keyword",
"name": "kdha",
"description": "Switch to US Colemak-DH ansi keyboard layout",
"default_value": "kdha"
},
{
"id": "kdhi",
"type": "keyword",
"name": "kdhi",
"description": "Switch to US Colemak-DH iso keyboard layout",
"default_value": "kdhi"
},
{
"id": "kja",
"type": "keyword",
"name": "kja",
"description": "Switch to Japanese iso keyboard layout",
"default_value": "kja"
},
{
"id": "khe",
"type": "keyword",
"name": "khe",
"description": "Switch to Hebrew iso keyboard layout",
"default_value": "khe"
},
{
"id": "kru",
"type": "keyword",
"name": "kru",
"description": "Switch to Russian iso keyboard layout",
"default_value": "kru"
},
{
"id": "ksv",
"type": "keyword",
"name": "ksv",
"description": "Switch to Swedish iso keyboard layout",
"default_value": "ksv"
},
{
"id": "ksl",
"type": "keyword",
"name": "ksl",
"description": "Switch to Slovenian iso keyboard layout",
"default_value": "ksl"
},
{
"id": "ch",
"type": "keyword",
"name": "ch",
"description": "Switch to ch iso keyboard layout",
"default_value": "ch"
},
{
"id": "sq",
"type": "keyword",
"name": "sq",
"description": "Switch to Albanian iso keyboard layout",
"default_value": "sq"
},
{
"id": "be",
"type": "keyword",
"name": "be",
"description": "Switch to Belarus iso keyboard layout",
"default_value": "be"
},
{
"id": "da",
"type": "keyword",
"name": "da",
"description": "Switch to Danish iso keyboard layout",
"default_value": "da"
},
{
"id": "nl",
"type": "keyword",
"name": "nl",
"description": "Switch to Dutch iso keyboard layout",
"default_value": "nl"
}
]
}