mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
6f2e449e61
Brings back the possibility to click a checkbox which opens the extension settings from Safari's Preferences/Extensions.
29 lines
No EOL
726 B
JSON
29 lines
No EOL
726 B
JSON
{
|
|
"name": "µBlock",
|
|
"clean_name": "ublock",
|
|
"url": "https://github.com/gorhill/uBlock",
|
|
"author": "Raymond Hill",
|
|
"author_email": "rhill@raymondhill.net",
|
|
"version": "0.7.0.9",
|
|
"def_lang": "en",
|
|
"vendors": {
|
|
"crx": {
|
|
"app_id": "cjpalhdlnbpafiamejdnhcphjbkeiagm",
|
|
"manifest": "manifest.json",
|
|
"locales": "_locales",
|
|
"file_ext": ".crx",
|
|
"cert_key": "../meta/crx/key.pem"
|
|
},
|
|
"safariextz": {
|
|
"app_id": "net.gorhill.uBlock",
|
|
"manifest": {
|
|
"Info": "Info.plist",
|
|
"Settings": "Settings.plist"
|
|
},
|
|
"file_ext": ".safariextz",
|
|
"developer_identifier": "",
|
|
"cert_dir": "../meta/safariextz/certs/",
|
|
"cert_key": "../meta/safariextz/certs/key.pem"
|
|
}
|
|
}
|
|
} |