summaryrefslogtreecommitdiffstats
path: root/not_cloudflare/whyrejectme/manifest.json
diff options
context:
space:
mode:
authormia03 <mia03@anonymous.i2p>2019-03-05 02:44:56 +0000
committermia03 <mia03@anonymous.i2p>2019-03-05 02:44:56 +0000
commit0aebe29afa195b688eec69e1c1c1945e3186a1af (patch)
tree0482e21e1d690eacb491b9332512c0844dd4d45d /not_cloudflare/whyrejectme/manifest.json
parentb7a503ef512625539dcf7a5071a5de8ab16764b1 (diff)
downloadcloudflare-tor-0aebe29afa195b688eec69e1c1c1945e3186a1af.tar
cloudflare-tor-0aebe29afa195b688eec69e1c1c1945e3186a1af.tar.gz
cloudflare-tor-0aebe29afa195b688eec69e1c1c1945e3186a1af.tar.lz
cloudflare-tor-0aebe29afa195b688eec69e1c1c1945e3186a1af.tar.xz
cloudflare-tor-0aebe29afa195b688eec69e1c1c1945e3186a1af.zip
Upload files to 'not_cloudflare/whyrejectme'
Diffstat (limited to 'not_cloudflare/whyrejectme/manifest.json')
-rw-r--r--not_cloudflare/whyrejectme/manifest.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/not_cloudflare/whyrejectme/manifest.json b/not_cloudflare/whyrejectme/manifest.json
new file mode 100644
index 00000000..8d50e3b9
--- /dev/null
+++ b/not_cloudflare/whyrejectme/manifest.json
@@ -0,0 +1,30 @@
+{
+ "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"
+ }
+ }
+} \ No newline at end of file