-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupdates.plist
69 lines (69 loc) · 2.22 KB
/
updates.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
<?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>Extension Updates</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>com.hoyois.safari.clicktoplugin</string>
<key>Developer Identifier</key>
<string>GY5KR7239Q</string>
<key>CFBundleVersion</key>
<string>88</string>
<key>CFBundleShortVersionString</key>
<string>3.2</string>
<key>URL</key>
<string>https://github.com/hoyois/clicktoplugin/releases/download/v3.2/ClickToPlugin.safariextz</string>
</dict>
<dict>
<key>CFBundleIdentifier</key>
<string>com.hoyois.safari.clicktoflash</string>
<key>Developer Identifier</key>
<string>GY5KR7239Q</string>
<key>CFBundleVersion</key>
<string>88</string>
<key>CFBundleShortVersionString</key>
<string>3.2</string>
<key>URL</key>
<string>https://github.com/hoyois/clicktoplugin/releases/download/v3.2/ClickToFlash.safariextz</string>
</dict>
<dict>
<key>CFBundleIdentifier</key>
<string>com.hoyois.safari.stopreloadbutton</string>
<key>Developer Identifier</key>
<string>GY5KR7239Q</string>
<key>CFBundleVersion</key>
<string>6</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<key>URL</key>
<string>http://hoyois.github.io/safariextensions/builds/StopReloadButton-1.6.safariextz</string>
</dict>
<dict>
<key>CFBundleIdentifier</key>
<string>com.hoyois.safari.mediacenter</string>
<key>Developer Identifier</key>
<string>GY5KR7239Q</string>
<key>CFBundleVersion</key>
<string>17</string>
<key>CFBundleShortVersionString</key>
<string>2.4</string>
<key>URL</key>
<string>http://hoyois.github.io/safariextensions/builds/MediaCenter-2.4.safariextz</string>
</dict>
<dict>
<key>CFBundleIdentifier</key>
<string>com.hoyois.safari.disableyt</string>
<key>Developer Identifier</key>
<string>GY5KR7239Q</string>
<key>CFBundleVersion</key>
<string>6</string>
<key>CFBundleShortVersionString</key>
<string>v1</string>
<key>URL</key>
<string>http://hoyois.github.io/safariextensions/builds/YouTubeFlashProxy-v1.safariextz</string>
</dict>
</array>
</dict>
</plist>