| <?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>CFBundleDevelopmentRegion</key> |
| <string>en</string> |
| <key>CFBundleDisplayName</key> |
| <string>${EXECUTABLE_NAME}</string> |
| <key>CFBundleDocumentTypes</key> |
| <array> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>gif</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>image/gif</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>GIF image</string> |
| <key>CFBundleTypeOSTypes</key> |
| <array> |
| <string>GIFf</string> |
| </array> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>html</string> |
| <string>htm</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>text/html</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>HTML document</string> |
| <key>CFBundleTypeOSTypes</key> |
| <array> |
| <string>HTML</string> |
| </array> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>xhtml</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>text/xhtml</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>XHTML document</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>js</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>application/x-javascript</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>JavaScript script</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>jpg</string> |
| <string>jpeg</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>image/jpeg</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>JPEG image</string> |
| <key>CFBundleTypeOSTypes</key> |
| <array> |
| <string>JPEG</string> |
| </array> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <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> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>audio/ogg</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>HTML5 Audio (Ogg)</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>ogv</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>video/ogg</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>HTML5 Video (Ogg)</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>png</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>image/png</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>PNG image</string> |
| <key>CFBundleTypeOSTypes</key> |
| <array> |
| <string>PNGf</string> |
| </array> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>svg</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>image/svg+xml</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>SVG document</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>txt</string> |
| <string>text</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>text/plain</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>Plain text document</string> |
| <key>CFBundleTypeOSTypes</key> |
| <array> |
| <string>TEXT</string> |
| </array> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>webm</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>video/webm</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>HTML5 Video (WebM)</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeExtensions</key> |
| <array> |
| <string>webp</string> |
| </array> |
| <key>CFBundleTypeIconFile</key> |
| <string>document.icns</string> |
| <key>CFBundleTypeMIMETypes</key> |
| <array> |
| <string>image/webp</string> |
| </array> |
| <key>CFBundleTypeName</key> |
| <string>WebP image</string> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| </dict> |
| <dict> |
| <key>CFBundleTypeRole</key> |
| <string>Viewer</string> |
| <key>LSItemContentTypes</key> |
| <array> |
| <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> |
| <key>CFBundleIconFile</key> |
| <string>app.icns</string> |
| <key>CFBundleIdentifier</key> |
| <string>${CHROMIUM_BUNDLE_ID}</string> |
| <key>CFBundleInfoDictionaryVersion</key> |
| <string>6.0</string> |
| <key>CFBundleName</key> |
| <string>${CHROMIUM_SHORT_NAME}</string> |
| <key>CFBundlePackageType</key> |
| <string>APPL</string> |
| <key>CFBundleSignature</key> |
| <string>${CHROMIUM_CREATOR}</string> |
| <key>NSAppleScriptEnabled</key> |
| <true/> |
| <key>OSAScriptingDefinition</key> |
| <string>scripting.sdef</string> |
| <key>CFBundleURLTypes</key> |
| <array> |
| <dict> |
| <key>CFBundleURLName</key> |
| <string>Web site URL</string> |
| <key>CFBundleURLSchemes</key> |
| <array> |
| <string>http</string> |
| <string>https</string> |
| </array> |
| </dict> |
| <dict> |
| <key>CFBundleURLName</key> |
| <string>FTP site URL</string> |
| <key>CFBundleURLSchemes</key> |
| <array> |
| <string>ftp</string> |
| </array> |
| </dict> |
| <dict> |
| <key>CFBundleURLName</key> |
| <string>Local file URL</string> |
| <key>CFBundleURLSchemes</key> |
| <array> |
| <string>file</string> |
| </array> |
| </dict> |
| </array> |
| <key>LSEnvironment</key> |
| <dict> |
| <key>MallocNanoZone</key> |
| <string>0</string> |
| </dict> |
| <key>LSFileQuarantineEnabled</key> |
| <true/> |
| <key>LSHasLocalizedDisplayName</key> |
| <string>1</string> |
| <key>LSMinimumSystemVersion</key> |
| <string>${CHROMIUM_MIN_SYSTEM_VERSION}</string> |
| <key>NSPrincipalClass</key> |
| <string>BrowserCrApplication</string> |
| <key>NSSupportsAutomaticGraphicsSwitching</key> |
| <true/> |
| <key>NSUserActivityTypes</key> |
| <array> |
| <string>NSUserActivityTypeBrowsingWeb</string> |
| </array> |
| <key>UTExportedTypeDeclarations</key> |
| <array> |
| <dict> |
| <key>UTTypeConformsTo</key> |
| <array> |
| <string>public.data</string> |
| </array> |
| <key>UTTypeDescription</key> |
| <string>Chromium Extra</string> |
| <key>UTTypeIdentifier</key> |
| <string>org.chromium.extension</string> |
| <key>UTTypeTagSpecification</key> |
| <dict> |
| <key>public.filename-extension</key> |
| <array> |
| <string>crx</string> |
| </array> |
| </dict> |
| </dict> |
| </array> |
| <key>NSUserNotificationAlertStyle</key> |
| <string>banner</string> |
| <key>NSRequiresAquaSystemAppearance</key> |
| <false/> |
| </dict> |
| </plist> |