| Index: chrome/app/app-Info.plist
|
| diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist
|
| index bf7b11042cb348345e41220efac4ed61da0138b1..3cd5f6a79fb561a6c7ff53eb483161efd1e5df4a 100644
|
| --- a/chrome/app/app-Info.plist
|
| +++ b/chrome/app/app-Info.plist
|
| @@ -105,6 +105,25 @@
|
| <dict>
|
| <key>CFBundleTypeExtensions</key>
|
| <array>
|
| + <string>mhtml</string>
|
| + <string>mht</string>
|
| + </array>
|
| + <key>CFBundleTypeIconFile</key>
|
| + <string>document.icns</string>
|
| + <key>CFBundleTypeMIMETypes</key>
|
| + <array>
|
| + <string>multipart/related</string>
|
| + <string>application/x-mimearchive</string>
|
| + <string>message/rfc822</string>
|
| + </array>
|
| + <key>CFBundleTypeName</key>
|
| + <string>MHTML document</string>
|
| + <key>CFBundleTypeRole</key>
|
| + <string>Viewer</string>
|
| + </dict>
|
| + <dict>
|
| + <key>CFBundleTypeExtensions</key>
|
| + <array>
|
| <string>oga</string>
|
| <string>ogg</string>
|
| </array>
|
|
|