| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> |
| 3 <plist version="1.0"> | 3 <plist version="1.0"> |
| 4 <dict> | 4 <dict> |
| 5 <key>CFBundleDevelopmentRegion</key> | 5 <key>CFBundleDevelopmentRegion</key> |
| 6 <string>English</string> | 6 <string>English</string> |
| 7 <key>UTExportedTypeDeclarations</key> | |
| 8 <array> | |
| 9 <dict> | |
| 10 <key>UTTypeIdentifier</key> | |
| 11 <string>org.chromium.extension</string> | |
| 12 <key>UTTypeDescription</key> | |
| 13 <string>Chromium Extra</string> | |
| 14 <key>UTTypeConformsTo</key> | |
| 15 <array> | |
| 16 <string>public.data</string> | |
| 17 </array> | |
| 18 <key>UTTypeTagSpecification</key> | |
| 19 <dict> | |
| 20 <key>public.filename-extension</key> | |
| 21 <array> | |
| 22 <string>crx</string> | |
| 23 </array> | |
| 24 </dict> | |
| 25 </dict> | |
| 26 </array> | |
| 27 <key>CFBundleDocumentTypes</key> | |
| 28 <array> | |
| 29 <dict> | |
| 30 <key>CFBundleTypeExtensions</key> | |
| 31 <array> | |
| 32 <string>gif</string> | |
| 33 </array> | |
| 34 <key>CFBundleTypeMIMETypes</key> | |
| 35 <array> | |
| 36 <string>image/gif</string> | |
| 37 </array> | |
| 38 <key>CFBundleTypeName</key> | |
| 39 <string>GIF image</string> | |
| 40 <key>CFBundleTypeOSTypes</key> | |
| 41 <array> | |
| 42 <string>GIFf</string> | |
| 43 </array> | |
| 44 <key>CFBundleTypeRole</key> | |
| 45 <string>Viewer</string> | |
| 46 </dict> | |
| 47 <dict> | |
| 48 <key>CFBundleTypeExtensions</key> | |
| 49 <array> | |
| 50 <string>html</string> | |
| 51 <string>htm</string> | |
| 52 </array> | |
| 53 <key>CFBundleTypeMIMETypes</key> | |
| 54 <array> | |
| 55 <string>text/html</string> | |
| 56 </array> | |
| 57 <key>CFBundleTypeName</key> | |
| 58 <string>HTML document</string> | |
| 59 <key>CFBundleTypeOSTypes</key> | |
| 60 <array> | |
| 61 <string>HTML</string> | |
| 62 </array> | |
| 63 <key>CFBundleTypeRole</key> | |
| 64 <string>Viewer</string> | |
| 65 </dict> | |
| 66 <dict> | |
| 67 <key>CFBundleTypeExtensions</key> | |
| 68 <array> | |
| 69 <string>js</string> | |
| 70 </array> | |
| 71 <key>CFBundleTypeMIMETypes</key> | |
| 72 <array> | |
| 73 <string>application/x-javascript</string> | |
| 74 </array> | |
| 75 <key>CFBundleTypeName</key> | |
| 76 <string>JavaScript script</string> | |
| 77 <key>CFBundleTypeRole</key> | |
| 78 <string>Viewer</string> | |
| 79 </dict> | |
| 80 <dict> | |
| 81 <key>CFBundleTypeExtensions</key> | |
| 82 <array> | |
| 83 <string>jpg</string> | |
| 84 <string>jpeg</string> | |
| 85 </array> | |
| 86 <key>CFBundleTypeMIMETypes</key> | |
| 87 <array> | |
| 88 <string>image/jpeg</string> | |
| 89 </array> | |
| 90 <key>CFBundleTypeName</key> | |
| 91 <string>JPEG image</string> | |
| 92 <key>CFBundleTypeOSTypes</key> | |
| 93 <array> | |
| 94 <string>JPEG</string> | |
| 95 </array> | |
| 96 <key>CFBundleTypeRole</key> | |
| 97 <string>Viewer</string> | |
| 98 </dict> | |
| 99 <dict> | |
| 100 <key>CFBundleTypeExtensions</key> | |
| 101 <array> | |
| 102 <string>txt</string> | |
| 103 <string>text</string> | |
| 104 </array> | |
| 105 <key>CFBundleTypeMIMETypes</key> | |
| 106 <array> | |
| 107 <string>text/plain</string> | |
| 108 </array> | |
| 109 <key>CFBundleTypeName</key> | |
| 110 <string>Plain text document</string> | |
| 111 <key>CFBundleTypeOSTypes</key> | |
| 112 <array> | |
| 113 <string>TEXT</string> | |
| 114 </array> | |
| 115 <key>CFBundleTypeRole</key> | |
| 116 <string>Viewer</string> | |
| 117 </dict> | |
| 118 <dict> | |
| 119 <key>CFBundleTypeExtensions</key> | |
| 120 <array> | |
| 121 <string>png</string> | |
| 122 </array> | |
| 123 <key>CFBundleTypeMIMETypes</key> | |
| 124 <array> | |
| 125 <string>image/png</string> | |
| 126 </array> | |
| 127 <key>CFBundleTypeName</key> | |
| 128 <string>PNG image</string> | |
| 129 <key>CFBundleTypeOSTypes</key> | |
| 130 <array> | |
| 131 <string>PNGf</string> | |
| 132 </array> | |
| 133 <key>CFBundleTypeRole</key> | |
| 134 <string>Viewer</string> | |
| 135 </dict> | |
| 136 <dict> | |
| 137 <key>LSItemContentTypes</key> | |
| 138 <array> | |
| 139 <string>org.chromium.extension</string> | |
| 140 </array> | |
| 141 <key>CFBundleTypeRole</key> | |
| 142 <string>Viewer</string> | |
| 143 </dict> | |
| 144 </array> | |
| 145 <key>CFBundleExecutable</key> | 7 <key>CFBundleExecutable</key> |
| 146 <string>${EXECUTABLE_NAME}</string> | 8 <string>${EXECUTABLE_NAME}</string> |
| 147 <key>CFBundleIconFile</key> | |
| 148 <string>app.icns</string> | |
| 149 <key>CFBundleIdentifier</key> | 9 <key>CFBundleIdentifier</key> |
| 150 » <string>${CHROMIUM_BUNDLE_ID}</string> | 10 » <string>${CHROMIUM_BUNDLE_ID}.helper</string> |
| 151 <key>CFBundleInfoDictionaryVersion</key> | 11 <key>CFBundleInfoDictionaryVersion</key> |
| 152 <string>6.0</string> | 12 <string>6.0</string> |
| 153 <key>CFBundleName</key> | 13 <key>CFBundleName</key> |
| 154 » <string>${CHROMIUM_SHORT_NAME}</string> | 14 » <string>${CHROMIUM_SHORT_NAME} Helper</string> |
| 155 <key>CFBundlePackageType</key> | 15 <key>CFBundlePackageType</key> |
| 156 <string>APPL</string> | 16 <string>APPL</string> |
| 157 <key>CFBundleSignature</key> | 17 <key>CFBundleSignature</key> |
| 158 <string>????</string> | 18 <string>????</string> |
| 159 <key>CFBundleURLTypes</key> | |
| 160 <array> | |
| 161 <dict> | |
| 162 <key>CFBundleURLName</key> | |
| 163 <string>Web site URL</string> | |
| 164 <key>CFBundleURLSchemes</key> | |
| 165 <array> | |
| 166 <string>http</string> | |
| 167 <string>https</string> | |
| 168 </array> | |
| 169 </dict> | |
| 170 <dict> | |
| 171 <key>CFBundleURLName</key> | |
| 172 <string>FTP site URL</string> | |
| 173 <key>CFBundleURLSchemes</key> | |
| 174 <array> | |
| 175 <string>ftp</string> | |
| 176 </array> | |
| 177 </dict> | |
| 178 <dict> | |
| 179 <key>CFBundleURLName</key> | |
| 180 <string>Local file URL</string> | |
| 181 <key>CFBundleURLSchemes</key> | |
| 182 <array> | |
| 183 <string>file</string> | |
| 184 </array> | |
| 185 </dict> | |
| 186 </array> | |
| 187 <key>CFBundleVersion</key> | 19 <key>CFBundleVersion</key> |
| 188 <string>0.1</string> | 20 <string>0.1</string> |
| 189 <key>LSFileQuarantineEnabled</key> | 21 <key>LSFileQuarantineEnabled</key> |
| 190 <true/> | 22 <true/> |
| 191 <key>LSMinimumSystemVersion</key> | 23 <key>LSMinimumSystemVersion</key> |
| 192 <string>10.5.0</string> | 24 <string>10.5.0</string> |
| 193 <key>LSUIElement</key> | 25 <key>LSUIElement</key> |
| 194 <string>1</string> | 26 <string>1</string> |
| 195 <key>NSMainNibFile</key> | |
| 196 <string>MainMenu</string> | |
| 197 <key>NSPrincipalClass</key> | |
| 198 <string>NSApplication</string> | |
| 199 </dict> | 27 </dict> |
| 200 </plist> | 28 </plist> |
| OLD | NEW |