mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-07 09:52:40 +00:00
25 lines
514 B
JSON
25 lines
514 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Which website rejected me?",
|
||
|
"version": "1.0.2",
|
||
|
"minimum_chrome_version": "60",
|
||
|
"homepage_url": "https://notabug.org/crimeflare/cloudflare-tor",
|
||
|
"author": "Daniel J. Schreiber",
|
||
|
"incognito": "split",
|
||
|
"permissions": [
|
||
|
"webRequest",
|
||
|
"<all_urls>"
|
||
|
],
|
||
|
"icons": {
|
||
|
"32": "icons/32.png"
|
||
|
},
|
||
|
"background": {
|
||
|
"scripts": [
|
||
|
"bg.js"
|
||
|
]
|
||
|
},
|
||
|
"options_ui": {
|
||
|
"open_in_tab": true,
|
||
|
"page": "log.html"
|
||
|
}
|
||
|
}
|