add cbz support

This commit is contained in:
2025-06-04 10:40:21 -04:00
parent 4afe1bfb18
commit 60c269ad35
3 changed files with 173 additions and 21 deletions

View File

@@ -197,4 +197,60 @@
<key>LSTypeIsPackage</key>
<false/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cbz</string>
<string>CBZ</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cbz.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.comicbook+zip</string>
<string>application/x-cbz</string>
</array>
<key>CFBundleTypeName</key>
<string>Comic Book Zip Archive</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>CBZ</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>in.yetaga.why.cbz</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cbr</string>
<string>CBR</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>cbr.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.comicbook-rar</string>
<string>application/x-cbr</string>
</array>
<key>CFBundleTypeName</key>
<string>Comic Book Rar Archive</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>CBR</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>in.yetaga.why.cbr</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
</dict>
</array>