@@ -99,21 +99,21 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
99
99
getActivationOptions : getChromiumOptions
100
100
} ,
101
101
'fresh-chrome-beta' : {
102
- name : 'Chrome (beta )' ,
102
+ name : 'Chrome (Beta )' ,
103
103
description : [ "Intercept a fresh independent Chrome window" ] ,
104
104
iconProps : recoloured ( SourceIcons . Chrome , '#DB4437' ) ,
105
105
tags : BROWSER_TAGS ,
106
106
getActivationOptions : getChromiumOptions
107
107
} ,
108
108
'fresh-chrome-dev' : {
109
- name : 'Chrome (dev )' ,
109
+ name : 'Chrome (Dev )' ,
110
110
description : [ "Intercept a fresh independent Chrome window" ] ,
111
111
iconProps : recoloured ( SourceIcons . Chrome , '#74929f' ) ,
112
112
tags : BROWSER_TAGS ,
113
113
getActivationOptions : getChromiumOptions
114
114
} ,
115
115
'fresh-chrome-canary' : {
116
- name : 'Chrome (canary )' ,
116
+ name : 'Chrome (Canary )' ,
117
117
description : [ "Intercept a fresh independent Chrome window" ] ,
118
118
iconProps : recoloured ( SourceIcons . Chrome , '#e8ab01' ) ,
119
119
tags : BROWSER_TAGS ,
@@ -127,7 +127,7 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
127
127
getActivationOptions : getChromiumOptions
128
128
} ,
129
129
'fresh-chromium-dev' : {
130
- name : 'Chromium (dev )' ,
130
+ name : 'Chromium (Dev )' ,
131
131
description : [ "Intercept a fresh independent Chromium window" ] ,
132
132
iconProps : recoloured ( SourceIcons . Chromium , '#74929f' ) ,
133
133
tags : BROWSER_TAGS ,
@@ -175,21 +175,21 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
175
175
getActivationOptions : getChromiumOptions
176
176
} ,
177
177
'fresh-edge-beta' : {
178
- name : 'Edge (beta )' ,
178
+ name : 'Edge (Beta )' ,
179
179
description : [ "Intercept a fresh independent Edge window" ] ,
180
180
iconProps : recoloured ( SourceIcons . Edge , '#50e6ff' ) ,
181
181
tags : BROWSER_TAGS ,
182
182
getActivationOptions : getChromiumOptions
183
183
} ,
184
184
'fresh-edge-dev' : {
185
- name : 'Edge (dev )' ,
185
+ name : 'Edge (Dev )' ,
186
186
description : [ "Intercept a fresh independent Edge window" ] ,
187
187
iconProps : recoloured ( SourceIcons . Edge , '#74929f' ) ,
188
188
tags : BROWSER_TAGS ,
189
189
getActivationOptions : getChromiumOptions
190
190
} ,
191
191
'fresh-edge-canary' : {
192
- name : 'Edge (canary )' ,
192
+ name : 'Edge (Canary )' ,
193
193
description : [ "Intercept a fresh independent Edge window" ] ,
194
194
iconProps : recoloured ( SourceIcons . Edge , '#ffc225' ) ,
195
195
tags : BROWSER_TAGS ,
@@ -228,7 +228,7 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
228
228
tags : TERMINAL_TAGS
229
229
} ,
230
230
'android-adb' : {
231
- name : 'Android device via ADB' ,
231
+ name : 'Android Device via ADB' ,
232
232
description : [
233
233
'Intercept an Android device or emulator connected to ADB' ,
234
234
'Automatically injects system HTTPS certificates into rooted devices & most emulators'
@@ -242,7 +242,7 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
242
242
tags : [ ...MOBILE_TAGS , ...ANDROID_TAGS , 'emulator' , 'root' , 'adb' ]
243
243
} ,
244
244
'android-device' : {
245
- name : 'Android device via QR code' ,
245
+ name : 'Android Device via QR code' ,
246
246
description : [
247
247
'Intercept any Android device on your network' ,
248
248
'Manual setup required for HTTPS in some apps'
@@ -256,27 +256,27 @@ const INTERCEPT_OPTIONS: _.Dictionary<InterceptorConfig> = {
256
256
tags : [ ...MOBILE_TAGS , ...ANDROID_TAGS ]
257
257
} ,
258
258
'manual-ios-device' : {
259
- name : 'iOS via manual setup ' ,
260
- description : [ "Manually intercept all HTTP(S) traffic from any iOS device " ] ,
259
+ name : 'iOS via Manual Setup ' ,
260
+ description : [ "Manually intercept all HTTP and HTTPS traffic from any iPhone or iPad " ] ,
261
261
iconProps : SourceIcons . iOS ,
262
262
clientOnly : true ,
263
263
uiConfig : ManualIOSCustomUi ,
264
264
tags : [ ...MOBILE_TAGS , ...IOS_TAGS ]
265
265
} ,
266
266
'ios-device' : {
267
- name : 'Automatic iOS device setup ' ,
267
+ name : 'Automatic iOS Device Setup ' ,
268
268
description : [ "Intercept all HTTP traffic from an iOS device on your network" ] ,
269
269
iconProps : SourceIcons . iOS ,
270
270
tags : [ ...MOBILE_TAGS , ...IOS_TAGS ]
271
271
} ,
272
272
'network-device' : {
273
- name : 'A device on your network ' ,
273
+ name : 'A Device on Your Network ' ,
274
274
description : [ "Intercept all HTTP traffic from another device on your network" ] ,
275
275
iconProps : SourceIcons . Network ,
276
276
tags : [ ...MOBILE_TAGS , ...IOS_TAGS , ...ANDROID_TAGS , 'lan' , 'arp' , 'wifi' ]
277
277
} ,
278
278
'virtualbox-machine' : {
279
- name : 'A virtualbox VM' ,
279
+ name : 'A Virtualbox VM' ,
280
280
description : [ "Intercept all traffic from a Virtualbox VM" ] ,
281
281
iconProps : SourceIcons . Desktop ,
282
282
tags : [ 'virtual machine' , 'vagrant' ]
0 commit comments