summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/im/messages/bubbles/Info.plist
blob: 0b26e9413b619be65e33f30a1efc83ca829176a7 (plain)
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
<?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>ActionMessageTemplate</key>
  <string>%sender% %message%</string>
  
  <key>CFBundleDevelopmentRegion</key>
  <string>English</string>
  
  <key>CFBundleGetInfoString</key>
  <string>Instantbird Bubbles Message Style</string>
  
  <key>CFBundleIdentifier</key>
  <string>org.instantbird.bubbles.message.style</string>
  
  <key>CFBundleInfoDictionaryVersion</key>
  <string>1.0</string>
  
  <key>CFBundleName</key>
  <string>Bubbles</string>
  
  <key>CFBundlePackageType</key>
  <string>AdIM</string>
  
  <key>DefaultBackgroundColor</key>
  <string>FFFFFF</string>
  
  <key>DefaultVariant</key>
  <string>Blue_-_Red_Alternating</string>
  
  <key>DisableCustomBackground</key>
  <false/>
  
  <key>MessageViewVersion</key>
  <integer>4</integer>
  
  <key>ShowsUserIcons</key>
  <true/>
</dict>
</plist>