2019-02-19 01:53:18 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Are links vulnerable to MITM attack?",
|
|
|
|
"description": "Scan FQDN using Searxes' API",
|
2019-03-27 03:48:35 +01:00
|
|
|
"version": "1.0.4",
|
2019-03-21 05:48:21 +01:00
|
|
|
"homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor/src/master/ismitmlink",
|
2019-02-19 01:53:18 +01:00
|
|
|
"author": "Maslin Bossé",
|
2019-03-21 05:48:21 +01:00
|
|
|
"permissions": [
|
|
|
|
"storage",
|
|
|
|
"unlimitedStorage"
|
|
|
|
],
|
2019-02-19 01:53:18 +01:00
|
|
|
"icons": {
|
|
|
|
"32": "icons/32.png"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"bg.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"cs.js"
|
|
|
|
],
|
|
|
|
"run_at": "document_end"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "ismitm@searxes.danwin1210.me",
|
|
|
|
"strict_min_version": "56.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|