mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-07-10 11:25:08 +00:00
Upload files to 'addon_chrome/ismitmlink'
This commit is contained in:
33
addon_chrome/ismitmlink/manifest.json
Normal file
33
addon_chrome/ismitmlink/manifest.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Are links vulnerable to MITM attack?",
|
||||
"version": "1.0.5",
|
||||
"minimum_chrome_version": "60",
|
||||
"homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor",
|
||||
"author": "Maslin Bossé",
|
||||
"incognito": "split",
|
||||
"permissions": [
|
||||
"storage",
|
||||
"unlimitedStorage"
|
||||
],
|
||||
"icons": {
|
||||
"32": "icons/32.png"
|
||||
},
|
||||
"background": {
|
||||
"scripts": [
|
||||
"bg.js"
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"js": [
|
||||
"cs.js"
|
||||
],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user