mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
add a shortcut for utils/fetch_firefox_version.py in manage.sh
This commit is contained in:
parent
42d5e2c02c
commit
94ca30de1b
2 changed files with 19 additions and 7 deletions
|
@ -1,14 +1,20 @@
|
|||
{
|
||||
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}",
|
||||
"versions": [
|
||||
"61.0.1",
|
||||
"61.0",
|
||||
"60.0.2",
|
||||
"60.0.1",
|
||||
"60.0"
|
||||
"67.0.4",
|
||||
"67.0.3",
|
||||
"67.0.2",
|
||||
"67.0.1",
|
||||
"67.0",
|
||||
"66.0.5",
|
||||
"66.0.4",
|
||||
"66.0.3",
|
||||
"66.0.2",
|
||||
"66.0.1",
|
||||
"66.0"
|
||||
],
|
||||
"os": [
|
||||
"Windows NT 10; WOW64",
|
||||
"X11; Linux x86_64"
|
||||
]
|
||||
],
|
||||
"ua": "Mozilla/5.0 ({os}; rv:{version}) Gecko/20100101 Firefox/{version}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue