-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
178 lines (178 loc) · 5.54 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"manifest_version": "2",
"required_api_version": "2",
"name": "Gnome Settings",
"description": "Launch Gnome Settings panels directly",
"developer_name": "Albin Larsson",
"icon": "icon.svg",
"preferences": [
{
"id": "background",
"type": "keyword",
"name": "Background Sеttings",
"default_value": "Background Sеttings",
"description": "Change your background image to a wallpaper or photo"
},
{
"id": "bluetooth",
"type": "keyword",
"name": "Bluetooth Settings",
"default_value": "Bluetooth Settings",
"description": "Turn Bluetooth on and off and connect your devices"
},
{
"id": "color",
"type": "keyword",
"name": "Color Settings",
"default_value": "Color Settings",
"description": "Calibrate the colour of your devices, such as displays, cameras or printers"
},
{
"id": "datetime",
"type": "keyword",
"name": "Date & Time Settings",
"default_value": "Date & Time Settings",
"description": "Change the date and time, including time zone"
},
{
"id": "default-apps",
"type": "keyword",
"name": "Default Applications",
"default_value": "Default Applications",
"description": "Configure Default Applications"
},
{
"id": "display",
"type": "keyword",
"name": "Display Settings",
"default_value": "Display Settings",
"description": "Choose how to use connected monitors and projectors"
},
{
"id": "info-overview",
"type": "keyword",
"name": "About Computer",
"default_value": "About Computer",
"description": "View information about your system"
},
{
"id": "keyboard",
"type": "keyword",
"name": "Keyboard Settings",
"default_value": "Keyboard Settings",
"description": "View and change keyboard shortcuts and set your typing preferences"
},
{
"id": "mouse",
"type": "keyword",
"name": "Mouse Settings",
"default_value": "Mouse Settings",
"description": "Change your mouse or touchpad sensitivity and select right or left-handed"
},
{
"id": "network",
"type": "keyword",
"name": "Network Settings",
"default_value": "Network Settings",
"description": "Control how you connect to the Internet"
},
{
"id": "notifications",
"type": "keyword",
"name": "Notification Settings",
"default_value": "Notification Settings",
"description": "Control which notifications are displayed and what they show"
},
{
"id": "online-accounts",
"type": "keyword",
"name": "Online Accounts",
"default_value": "Online Accounts",
"description": "Connect to your online accounts and decide what to use them for"
},
{
"id": "power",
"type": "keyword",
"name": "Power & Battery Settings",
"default_value": "Power & Battery Settings",
"description": "View your battery status and change power saving settings"
},
{
"id": "printers",
"type": "keyword",
"name": "Printer Settings",
"default_value": "Printer Settings",
"description": "Add printers, view printer jobs and decide how you want to print"
},
{
"id": "privacy",
"type": "keyword",
"name": "Privacy Settings",
"default_value": "Privacy Settings",
"description": "Protect your personal information and control what others might see"
},
{
"id": "removable-media",
"type": "keyword",
"name": "Removable Media Settings",
"default_value": "Removable Media Settings",
"description": "Configure Removable Media settings"
},
{
"id": "region",
"type": "keyword",
"name": "Region & Language Settings",
"default_value": "Region & Language Settings",
"description": "Select your display language, formats, keyboard layouts and input sources"
},
{
"id": "search",
"type": "keyword",
"name": "Search Settings",
"default_value": "Search Settings",
"description": "Control which applications show search results in the Activities Overview"
},
{
"id": "sharing",
"type": "keyword",
"name": "Sharing Settings",
"default_value": "Sharing Settings",
"description": "Control what you want to share with others"
},
{
"id": "sound",
"type": "keyword",
"name": "Sound Settings",
"default_value": "Sound Settings",
"description": "Change sound levels, inputs, outputs, and alert sounds"
},
{
"id": "universal-access",
"type": "keyword",
"name": "Universal Access Settings",
"default_value": "Universal Access Settings",
"description": "Make it easier to see, hear, type, point and click"
},
{
"id": "user-accounts",
"type": "keyword",
"name": "User Accounts",
"default_value": "User Accounts",
"description": "Add or remove users and change your password"
},
{
"id": "wacom",
"type": "keyword",
"name": "Wacom Tablet Settings",
"default_value": "Wacom Tablet Settings",
"description": "Set button mappings and adjust stylus sensitivity for graphics tablets"
},
{
"id": "wifi",
"type": "keyword",
"name": "Wifi Settings",
"default_value": "Wifi Settings",
"description": "Control how you connect to Wi-Fi networks"
}
]
}