runet-censorship-bypass/manifests/firefox.json
2024-07-30 16:28:12 +05:00

14 lines
183 B
JSON

{
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0"
}
},
"background": {
"scripts": ["/src/bg/index.mjs"],
"type": "module"
}
}