runet-censorship-bypass/manifests/firefox.json

14 lines
183 B
JSON
Raw Normal View History

2024-07-30 14:28:12 +03:00
{
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0"
}
},
"background": {
"scripts": ["/src/bg/index.mjs"],
"type": "module"
}
}