Bug 1387650 - Associate json files with the browser on OS X. r=spohl

MozReview-Commit-ID: 2ZdgqKDSvZk

--HG--
extra : rebase_source : 73e9426e4c22e39f89e3ee298cd37ad64fccc113
This commit is contained in:
Matthew Noorenberghe 2017-08-04 22:58:17 -07:00
Родитель 76f886b972
Коммит fff5d28c65
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,26 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>json</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>document.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/json</string>
</array>
<key>CFBundleTypeName</key>
<string>JSON File</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>