-
Notifications
You must be signed in to change notification settings - Fork 1
/
Info.plist
64 lines (64 loc) · 1.68 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
<?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>Like.fm</string>
<key>CFBundleDisplayName</key>
<string>Like.fm for Safari</string>
<key>CFBundleIdentifier</key>
<string>com.like.fm.safari.listener</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<key>CFBundleVersion</key>
<string>7</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
<string>background.html</string>
</dict>
<key>Content</key>
<dict>
<key>Scripts</key>
<dict>
<key>End</key>
<array>
<string>globalInject.js</string>
</array>
</dict>
</dict>
<key>Description</key>
<string>Show what you listen to from Pandora, YouTube, Grooveshark, and more, and add it to tab in Facebook.</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
<dict>
<key>Website Access</key>
<dict>
<key>Allowed Domains</key>
<array>
<string>youtube.com</string>
<string>pandora.com</string>
<string>*.youtube.com</string>
<string>*.pandora.com</string>
<string>like.fm</string>
<string>*.like.fm</string>
<string>*.grooveshark.com</string>
<string>grooveshark.com</string>
<string>*.meemix.com</string>
<string>meemix.com</string>
</array>
<key>Include Secure Pages</key>
<true/>
<key>Level</key>
<string>Some</string>
</dict>
</dict>
<key>Update Manifest URL</key>
<string>http://like.fm/clients/safari.plist</string>
<key>Website</key>
<string>http://like.fm</string>
</dict>
</plist>