Index: chrome/app/app-Info.plist |
=================================================================== |
--- chrome/app/app-Info.plist (revision 26207) |
+++ chrome/app/app-Info.plist (working copy) |
@@ -9,6 +9,8 @@ |
<key>CFBundleDocumentTypes</key> |
<array> |
<dict> |
+ <key>CFBundleTypeIconFile</key> |
Mark Mentovai
2009/09/15 18:01:49
Anal: keep dict keys sorted, put this after CFBund
|
+ <string>document.icns</string> |
<key>CFBundleTypeExtensions</key> |
<array> |
<string>gif</string> |
@@ -32,6 +34,8 @@ |
<string>html</string> |
<string>htm</string> |
</array> |
+ <key>CFBundleTypeIconFile</key> |
+ <string>document.icns</string> |
<key>CFBundleTypeMIMETypes</key> |
<array> |
<string>text/html</string> |
@@ -46,6 +50,8 @@ |
<string>Viewer</string> |
</dict> |
<dict> |
+ <key>CFBundleTypeIconFile</key> |
+ <string>document.icns</string> |
<key>CFBundleTypeExtensions</key> |
<array> |
<string>js</string> |
@@ -60,6 +66,8 @@ |
<string>Viewer</string> |
</dict> |
<dict> |
+ <key>CFBundleTypeIconFile</key> |
+ <string>document.icns</string> |
<key>CFBundleTypeExtensions</key> |
<array> |
<string>jpg</string> |
@@ -79,6 +87,8 @@ |
<string>Viewer</string> |
</dict> |
<dict> |
+ <key>CFBundleTypeIconFile</key> |
+ <string>document.icns</string> |
<key>CFBundleTypeExtensions</key> |
<array> |
<string>txt</string> |
@@ -98,6 +108,8 @@ |
<string>Viewer</string> |
</dict> |
<dict> |
+ <key>CFBundleTypeIconFile</key> |
+ <string>document.icns</string> |
<key>CFBundleTypeExtensions</key> |
<array> |
<string>png</string> |