-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.plist
54 lines (54 loc) · 1.32 KB
/
Config.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
<?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>Actions</key>
<array>
<dict>
<key>AppleScript File</key>
<string>open.applescript</string>
<key>Image File</key>
<string>icon.png</string>
<key>Long Running</key>
<true/>
<key>Regular Expression</key>
<string>^(@[a-z0-9-~][a-z0-9-._~]*\/)?[a-z0-9-~][a-z0-9-._~]*$</string>
<key>Title</key>
<string>Npm</string>
</dict>
</array>
<key>Extension Description</key>
<string>Open Npm webpage by popclip</string>
<key>Extension Identifier</key>
<string>com.jopemachine.popclip.extension.npm</string>
<key>Extension Name</key>
<string>Npm</string>
<key>Required Software Version</key>
<integer>701</integer>
<key>Pass HTML</key>
<true/>
<key>Credits</key>
<array>
<dict>
<key>Link</key>
<string>https://github.com/jopemachine/popclip-npm</string>
<key>Name</key>
<string>jopemachine</string>
</dict>
</array>
<key>Options</key>
<array>
<dict>
<key>Option Identifier</key>
<string>useGithub</string>
<key>Option Type</key>
<string>boolean</string>
<key>Option Label</key>
<dict>
<key>en</key>
<string>Search Github with shift</string>
</dict>
</dict>
</array>
</dict>
</plist>