mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-07 01:42:40 +00:00
Delete 'addon_firefox/ismitmlink/manifest.json'
This commit is contained in:
parent
19fd222232
commit
e996276033
@ -1,43 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user