mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-07 09:52:40 +00:00
43 lines
963 B
JSON
43 lines
963 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Ĉu ligoj estas vundeblaj al MITM-atako?",
|
|
"description": "Skanu FQDN uzante la API de Searxes",
|
|
"version": "1.0.14.1",
|
|
"homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
|
|
"author": "Maslin Bossé",
|
|
"permissions": [
|
|
"storage",
|
|
"unlimitedStorage"
|
|
],
|
|
"icons": {
|
|
"32": "icons/32.png"
|
|
},
|
|
"background": {
|
|
"scripts": [
|
|
"bg.js"
|
|
]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"js": [
|
|
"cs.js"
|
|
],
|
|
"run_at": "document_end"
|
|
}
|
|
],
|
|
"options_ui": {
|
|
"browser_style": true,
|
|
"page": "cfg.html"
|
|
},
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "ismitmlink@searxes.danwin1210.me",
|
|
"strict_min_version": "60.0",
|
|
"update_url":"https://api.searxes.eu.org/_/addon.php?for=ismitmlink"
|
|
}
|
|
}
|
|
} |