summaryrefslogtreecommitdiffstats
path: root/dist/firefox/updates.template.json
blob: 4ee868ace2e926e0256a431ff3dcc6a11c0eccec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
 "addons": {
  "uBlock0@raymondhill.net": {
   "updates": [
    {
     "version": "$ext_version",
     "browser_specific_settings": { "gecko": { "strict_min_version": "$min_browser_version" } },
     "update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi"
    }
   ]
  }
 }
}