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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>title</key>
        <string>Top 50</string>

        <key>items</key>
        <array>
                <dict>
                        <key>artwork-urls</key>
                        <array>
                                <dict>
                                        <key>url</key>
                                        <string>http://gharsa.apple.com/panda/art/Checkers2.png</string>
                                        <key>box-width</key>
                                        <integer>59</integer>
                                        <key>box-height</key>
                                        <integer>60</integer>
                                </dict>
                    </array>
                        <key>average-user-rating</key>
                        <real>0.7</real>
                        <key>bundle-id</key>
                        <string>com.apple.calculator.installed</string>
                        <key>company</key>
                        <dict>
                                <key>title</key>
                                <string>JouleData Solutions</string>
                                <key>url</key>
                                <string>http://www.example.com</string>
                        </dict>
                        <key>item-id</key>
                        <integer>1</integer>
                        <key>purchase-info</key>
                        <dict>
                                <key>buy-params</key>
                                <string>foo=bar</string>
                                <key>price-display</key>
                                <string>FREE</string>
                                <key>size</key>
                                <integer>200</integer>
                        </dict>
                        <key>title</key>
                        <string>1. Checkers</string>
                        <key>type</key>
                        <string>application</string>
                        <key>unmodified-title</key>
                        <string>Checkers</string>
                        <key>url</key>
                        <string>http://gharsa.apple.com/WebObjects/MZStore.woa/wa/viewSoftware</string>
                        <key>url-page-type</key>
                        <string>application</string>
                        <key>user-rating-count</key>
                        <integer>302</integer>
                </dict>
                <dict>
                        <key>artwork-urls</key>
                        <array>
                                <dict>
                                        <key>url</key>
                                        <string>http://gharsa.apple.com/panda/art/Facebook.png</string>
                                        <key>box-width</key>
                                        <integer>59</integer>
                                        <key>box-height</key>
                                        <integer>60</integer>
                                </dict>
                    </array>
                        <key>average-user-rating</key>
                        <real>1.0</real>
                        <key>bundle-id</key>
                        <string>com.apple.calculator.installed</string>
                        <key>company</key>
                        <dict>
                                <key>title</key>
                                <string>Facebook, Inc.</string>
                                <key>url</key>
                                <string>http://www.facebook.com</string>
                        </dict>
                        <key>item-id</key>
                        <integer>1</integer>
                        <key>purchase-info</key>
                        <dict>
                                <key>buy-params</key>
                                <string>foo=bar</string>
                                <key>price-display</key>
                                <string>FREE</string>
                                <key>size</key>
                                <integer>400</integer>
                        </dict>
                        <key>title</key>
                        <string>2. Facebook</string>
                        <key>type</key>
                        <string>application</string>
                        <key>unmodified-title</key>
                        <string>Facebook</string>
                        <key>url</key>
                        <string>http://gharsa.apple.com/WebObjects/MZStore.woa/wa/viewSoftware</string>
                        <key>url-page-type</key>
                        <string>application</string>
                        <key>user-rating-count</key>
                        <integer>502</integer>
                </dict>
        </array>
</dict>
</plist>