-
Notifications
You must be signed in to change notification settings - Fork 19
/
Info.plist
68 lines (68 loc) · 1.79 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
65
66
67
68
<?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>CAO Shan</string>
<key>Builder Version</key>
<string>9537.85.10.17.1</string>
<key>CFBundleDisplayName</key>
<string>GitHub Highlight Selected</string>
<key>CFBundleIdentifier</key>
<string>com.Nuclides.github-highlight-selected</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<key>CFBundleVersion</key>
<string>5</string>
<key>Chrome</key>
<dict/>
<key>Content</key>
<dict>
<key>Scripts</key>
<dict>
<key>End</key>
<array>
<string>src/highlight-selected.js</string>
</array>
<key>Start</key>
<array>
<string>src/jquery-2.1.1.min.js</string>
</array>
</dict>
<key>Stylesheets</key>
<array>
<string>src/style.css</string>
</array>
<key>Whitelist</key>
<array>
<string>https://github.com/*</string>
</array>
</dict>
<key>Description</key>
<string>Safari extension for highlighting selected word in GitHub source view like Sublime Text.</string>
<key>DeveloperIdentifier</key>
<string>7676B49VAW</string>
<key>ExtensionInfoDictionaryVersion</key>
<string>1.0</string>
<key>Permissions</key>
<dict>
<key>Website Access</key>
<dict>
<key>Allowed Domains</key>
<array>
<string>github.com</string>
</array>
<key>Include Secure Pages</key>
<true/>
<key>Level</key>
<string>Some</string>
</dict>
</dict>
<key>Update Manifest URL</key>
<string>https://raw.githubusercontent.com/Nuclides/github-highlight-selected/master/Update.plist</string>
<key>Website</key>
<string>https://github.com/Nuclides/github-highlight-selected</string>
</dict>
</plist>