This repository was archived by the owner on May 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
78 lines (78 loc) · 1.89 KB
/
Info.plist
File metadata and controls
78 lines (78 loc) · 1.89 KB
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
<?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>Author</key>
<string>Robert Boyce</string>
<key>Builder Version</key>
<string>7534.48.3</string>
<key>CFBundleDisplayName</key>
<string>Scrobble Anywhere</string>
<key>CFBundleIdentifier</key>
<string>com.rboyce.safari.scrobbleanywhere</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
<string>global.html</string>
<key>Popovers</key>
<array>
<dict>
<key>Filename</key>
<string>popover.html</string>
<key>Height</key>
<real>135</real>
<key>Identifier</key>
<string>scrobblePopover</string>
<key>Width</key>
<real>260</real>
</dict>
</array>
<key>Toolbar Items</key>
<array>
<dict>
<key>Identifier</key>
<string>button</string>
<key>Image</key>
<string>ToolbarIcon-22.png</string>
<key>Label</key>
<string>Scrobble Anywhere</string>
<key>Popover</key>
<string>scrobblePopover</string>
<key>Tool Tip</key>
<string>Scrobble a song to Last.fm</string>
</dict>
</array>
</dict>
<key>Content</key>
<dict>
<key>Scripts</key>
<dict/>
</dict>
<key>Description</key>
<string>Record any song to Last.fm from your Safari toolbar.</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
<dict>
<key>Website Access</key>
<dict>
<key>Allowed Domains</key>
<array>
<string>ws.audioscrobbler.com</string>
</array>
<key>Include Secure Pages</key>
<true/>
<key>Level</key>
<string>Some</string>
</dict>
</dict>
<key>Website</key>
<string>http://rboyce.com/scrobbleanywhere</string>
</dict>
</plist>