0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2024-09-19 16:40:52 +00:00
cloudflare-tor/not_cloudflare/whyrejectme/manifest.json

30 lines
630 B
JSON

{
"manifest_version": 2,
"name": "Which website rejected me?",
"description": "Your website rejected me, but I know I'm going to be okay.",
"version": "1.0.0",
"author": "Maslin Bossé",
"permissions": [
"webRequest",
"<all_urls>"
],
"icons": {
"32": "icons/32.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"browser_style": false,
"open_in_tab": true,
"page": "log.html"
},
"applications": {
"gecko": {
"id": "urejectme@searxes.danwin1210.me",
"strict_min_version": "56.0"
}
}
}