mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-07 18:02:43 +00:00
39 lines
871 B
JSON
39 lines
871 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Are links vulnerable to MITM attack?",
|
|
"description": "Scan FQDN using Searxes' API",
|
|
"version": "1.0.11",
|
|
"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"
|
|
}
|
|
],
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "ismitmlink@searxes.danwin1210.me",
|
|
"strict_min_version": "60.0",
|
|
"update_url":"https://api.searxes.eu.org/_/addon.php?for=ismitmlink"
|
|
}
|
|
}
|
|
} |