deCloudflare/addons/code/ismitmlink/manifest.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2020-07-30 23:13:56 +00:00
{
"manifest_version": 2,
"name": "Ĉu ligoj estas vundeblaj al MITM-atako?",
2020-08-04 02:37:59 +00:00
"description": "Skanu FQDN uzante la API",
2021-04-16 02:05:33 +00:00
"version": "1.0.23.5",
"homepage_url": "http://crimeflare.eu.org/",
"author": "Crimeflare #Addon",
2020-07-30 23:13:56 +00:00
"permissions": [
"storage",
2020-09-12 23:43:09 +00:00
"unlimitedStorage",
"webRequest",
"<all_urls>"
2020-07-30 23:13:56 +00:00
],
"icons": {
"72": "icons/72.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",
2020-11-10 07:41:50 +00:00
"strict_min_version": "78.0",
"update_url": "https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/addon.php?for=ismitmlink"
2020-07-30 23:13:56 +00:00
}
}
}