Delete 'not_cloudflare/whyrejectme/manifest.json'

This commit is contained in:
username 2019-05-07 10:08:10 +00:00
parent be993bbc7e
commit 5018c742a8
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
{
"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",
"update_url":"https://searxes.danwin1210.me/collab/addon/au.php?for=ureject"
}
}
}