mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 17:02:40 +01:00
6f2e449e61
Brings back the possibility to click a checkbox which opens the extension settings from Safari's Preferences/Extensions.
23 lines
503 B
Plaintext
23 lines
503 B
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">
|
|
<array>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>FalseValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>open_prefs</string>
|
|
<key>Secure</key>
|
|
<false/>
|
|
<key>Title</key>
|
|
<string>Click to see the Preferences</string>
|
|
<key>TrueValue</key>
|
|
<true/>
|
|
<key>Type</key>
|
|
<string>CheckBox</string>
|
|
</dict>
|
|
</array>
|
|
</plist>
|