Delete 'addon_chrome/whyrejectme/manifest.json'
This commit is contained in:
parent
5634bf9638
commit
5e75bd478f
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"manifest_version": 2,
|
|
||||||
"name": "Which website rejected me?",
|
|
||||||
"version": "1.0.3",
|
|
||||||
"minimum_chrome_version": "60",
|
|
||||||
"homepage_url": "https://codeberg.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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue