properly support tga and webp images

This commit is contained in:
2025-05-08 22:06:30 -04:00
parent b186ea934d
commit bad6802bd1
5 changed files with 69 additions and 18 deletions

View File

@@ -170,4 +170,31 @@
<key>LSTypeIsPackage</key>
<false/>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>webp</string>
<string>WEBP</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>webp.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/webp</string>
</array>
<key>CFBundleTypeName</key>
<string>WebP Image</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>WEBP</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSItemContentTypes</key>
<array>
<string>org.webmproject.webp</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
</dict>
</array>