mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
9dfb570aa8
As per MDN's documentation, `applications` is a non-standard alias for `browser_specific_settings` in `manifest.json`: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings#Browser_compatibility Best to use the official manifest key.
15 lines
413 B
JSON
15 lines
413 B
JSON
{
|
|
"addons": {
|
|
"uBlock0@raymondhill.net": {
|
|
"updates": [
|
|
{
|
|
"version": "$ext_version",
|
|
"browser_specific_settings": { "gecko": { "strict_min_version": "55" } },
|
|
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/$tag_version",
|
|
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|