Index: chrome/app/app-Info.plist |
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist |
index b9061ad8a8ab138d54f4381eb88f907b33fabd4b..bf7b11042cb348345e41220efac4ed61da0138b1 100644 |
--- a/chrome/app/app-Info.plist |
+++ b/chrome/app/app-Info.plist |
@@ -232,6 +232,22 @@ |
<string>org.chromium.extension</string> |
</array> |
</dict> |
+ <dict> |
+ <key>CFBundleTypeExtensions</key> |
+ <array> |
+ <string>pdf</string> |
+ </array> |
+ <key>CFBundleTypeIconFile</key> |
+ <string>document.icns</string> |
+ <key>CFBundleTypeMIMETypes</key> |
+ <array> |
+ <string>application/pdf</string> |
+ </array> |
+ <key>CFBundleTypeName</key> |
+ <string>PDF Document</string> |
+ <key>CFBundleTypeRole</key> |
+ <string>Viewer</string> |
+ </dict> |
</array> |
<key>CFBundleExecutable</key> |
<string>${EXECUTABLE_NAME}</string> |