-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathInfo.plist
493 lines (493 loc) · 13.6 KB
/
Info.plist
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>1Password Plugin</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.robertson.Quicksilver.OnePassword</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>1Password Plugin</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.0</string>
<key>CFBundleVersion</key>
<string>3B6</string>
<key>QSActions</key>
<dict>
<key>openAndFill</key>
<dict>
<key>actionClass</key>
<string>OnePasswordAction</string>
<key>actionSelector</key>
<string>openAndFill:</string>
<key>directTypes</key>
<array>
<string>QS1PasswordURLType</string>
</array>
<key>name</key>
<string>Open & Fill</string>
<key>precedence</key>
<string>4</string>
</dict>
</dict>
<key>QSDefaults</key>
<dict>
<key>QS1PasswordKeychainPath</key>
<string>~/Library/Application Support/1Password 4/3rd Party Integration/bookmarks-default.json</string>
</dict>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>Patrick Robertson</string>
<key>categories</key>
<array>
<string>Applications</string>
</array>
<key>description</key>
<string>Quickly find and use 1Password items</string>
<key>extendedDescription</key>
<string><h2>1Password Plugin</h2>
<p>This plugin gives you the ability to quickly find 1Password items using Quicksilver.</p>
<p>With any item from 1Password selected, you can:</p>
<ul>
<li>View the item in 1Password</li>
<li>Quick Look the item</li>
</ul>
<h3>Login Items</h3>
<p>Login items have some special features. By default, opening a Login item will trigger the “Open &amp; Fill” behavior using the first URL associated with the item. To view the item in 1Password instead, hold the Shift key while opening it. (This behavior is part of 1Password, not Quicksilver.)</p>
<p>All of the URLs associated with a Login are accesible by selecting the item and hitting <kbd>→</kbd> or <kbd>/</kbd>. Use this feature when you want to Open &amp; Fill one of its other URLs.</p>
<h3>Requirements</h3>
<p>For Quicksilver to index items from 1Password, you will need to enable <a href="https://support.1password.com/integration-mac/">integration with 3rd party</a> apps in the “Advanced” section of 1Password’s preferences.</p>
<h3>Catalog</h3>
<p>The 1Password catalog presets allow Quicksilver to index your 1Password items. (Only basic information like title and URL is available. 1Password does not expose sensitive data to 3rd party applications.)</p>
<p>Go to Preferences → <a href="qs://preferences#QSCatalogPrefPane">Catalog</a> → Plugins and look for the 1Password group. By expanding this group, you can select which categories from 1Password you would like indexed by Quicksilver.</p>
<p>You can access all these items by right arrowing (→) into the 1Password application in Quicksilver’s first pane.</p>
<h3>Actions</h3>
<dl>
<dt>Open &amp; Fill</dt>
<dd>The Open &amp; Fill action is available for individual website URLs associated with Login items. When run, 1Password opens the URL in your browser and fills the login form.</dd>
</dl>
<hr>
<p>This plugin has taken a lot of development time. If you enjoy using it, please consider <a href="http://patjack.co.uk/donating-for-my-quicksilver-1password-plugin/">donating</a>.</p></string>
<key>icon</key>
<string>QS1PasswordIcon</string>
<key>relatedBundles</key>
<array>
<string>com.agilebits.onepassword7</string>
</array>
</dict>
<key>QSPresetAdditions</key>
<array>
<dict>
<key>ID</key>
<string>QSPreset1PasswordGroup</string>
<key>children</key>
<array>
<dict>
<key>ID</key>
<string>QSPreset1PasswordLogins</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Logins</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>001</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordCreditCards</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Credit Cards</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>002</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordNotes</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Secure Notes</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>003</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordIdentities</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Identities</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>004</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordPasswords</string>
<key>enabled</key>
<false/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Generated Passwords</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>005</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordDocuments</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Documents</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>006</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordLicenses</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Software Licenses</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>100</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordBankAccounts</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Bank Accounts</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>101</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordDatabases</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Databases</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>102</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordDriverLicenses</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Driver Licenses</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>103</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordOutdoorLicenses</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Outdoor Licenses</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>104</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordMemberships</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Memberships</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>105</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordPassports</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Passports</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>106</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordRewardPrograms</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Reward Programs</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>107</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordSSNs</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Social Security Numbers</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>108</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordWirelessRouters</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Wireless Routers</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>109</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordServers</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Servers</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>110</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
<dict>
<key>ID</key>
<string>QSPreset1PasswordEmailAccounts</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordVaultIcon</string>
<key>name</key>
<string>Email Accounts</string>
<key>settings</key>
<dict>
<key>categoryUUID</key>
<string>111</string>
</dict>
<key>source</key>
<string>OnePasswordSource</string>
</dict>
</array>
<key>enabled</key>
<true/>
<key>icon</key>
<string>QS1PasswordIcon</string>
<key>name</key>
<string>1Password</string>
<key>source</key>
<string>QSGroupObjectSource</string>
</dict>
</array>
<key>QSRegistration</key>
<dict>
<key>QSActionProviders</key>
<dict>
<key>OnePasswordAction</key>
<string>OnePasswordAction</string>
</dict>
<key>QSBundleChildHandlers</key>
<dict>
<key>com.agilebits.onepassword7</key>
<string>OnePasswordSource</string>
</dict>
<key>QSObjectHandlers</key>
<dict>
<key>QS1PasswordItemType</key>
<string>OnePasswordSource</string>
</dict>
<key>QSObjectSources</key>
<dict>
<key>OnePasswordSource</key>
<string>OnePasswordSource</string>
</dict>
<key>QSTypeDefinitions</key>
<dict>
<key>QS1PasswordItemType</key>
<dict>
<key>icon</key>
<string>QS1PasswordIcon</string>
<key>name</key>
<string>1Password Items</string>
<key>smartspace</key>
<integer>6</integer>
</dict>
<key>QS1PasswordURLType</key>
<dict>
<key>icon</key>
<string>QS1PasswordIcon</string>
<key>name</key>
<string>URLs from 1Password</string>
</dict>
</dict>
</dict>
<key>QSRequirements</key>
<dict>
<key>bundles</key>
<array>
<dict>
<key>id</key>
<string>com.agilebits.onepassword7</string>
<key>name</key>
<string>1Password 7</string>
<key>version</key>
<string>7.0.0</string>
</dict>
</array>
<key>minHostVersion</key>
<string>4012</string>
<key>osRequired</key>
<string>10.12</string>
</dict>
<key>QSResourceAdditions</key>
<dict>
<key>QS1PasswordIcon</key>
<array>
<dict>
<key>bundle</key>
<string>com.agilebits.onepassword7</string>
<key>resource</key>
<string>AppIcon.icns</string>
</dict>
</array>
<key>QS1PasswordVaultIcon</key>
<array>
<dict>
<key>bundle</key>
<string>com.agilebits.onepassword7</string>
<key>resource</key>
<string>opvault.icns</string>
</dict>
</array>
</dict>
</dict>
</plist>