0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-02 00:30:48 +00:00
deCloudflare/addons/ismitmlinkCR/manifest.json

39 lines
807 B
JSON
Raw Normal View History

2020-08-20 07:57:23 +00:00
{
"manifest_version": 2,
"name": "Ĉu ligoj estas vundeblaj al MITM-atako?",
2020-12-12 01:35:23 +00:00
"version": "1.0.23.1",
2020-11-10 07:44:36 +00:00
"minimum_chrome_version": "78",
2020-11-21 02:33:09 +00:00
"homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/",
2020-12-12 01:35:23 +00:00
"author": "Ss",
2020-08-20 07:57:23 +00:00
"incognito": "split",
"permissions": [
"storage",
2020-09-12 23:45:21 +00:00
"unlimitedStorage",
"webRequest",
"<all_urls>"
2020-08-20 07:57:23 +00:00
],
"icons": {
"72": "icons/72.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"chrome_style": false,
"page": "cfg.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
]
}