mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-24 05:11:11 +02:00
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
<?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>NSCameraUsageDescription</key>
|
|
<string>Donut needs camera access to enable camera functionality in web browsers. Each website will still ask for your permission individually.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Donut needs microphone access to enable microphone functionality in web browsers. Each website will still ask for your permission individually.</string>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>Donut has proxy functionality that requires local network access. You can deny this functionality if you don't plan on setting proxies for browser profiles.</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2026 Donut</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>HTML document</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSHandlerRank</key>
|
|
<string>Default</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.html</string>
|
|
<string>public.xhtml</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<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>
|
|
</array>
|
|
</dict>
|
|
</plist>
|