aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFurkan Yilmaz <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com>2020-08-20 09:56:25 +0200
committerFurkan Yilmaz <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com>2020-08-20 09:56:25 +0200
commit69a045948936eb948a6d0ecd29de26be9fba4e0f (patch)
tree1c5dbf72809ee06ac7e2890e2ae7dbb784a2a79a
parentb76c7220262a1a8539fbb8da151a227268420d52 (diff)
downloadcloudflare-tor-69a045948936eb948a6d0ecd29de26be9fba4e0f.tar.lz
cloudflare-tor-69a045948936eb948a6d0ecd29de26be9fba4e0f.tar.xz
cloudflare-tor-69a045948936eb948a6d0ecd29de26be9fba4e0f.zip
manifest.json
-rw-r--r--addons/isattlinkCR/manifest.json38
1 files changed, 37 insertions, 1 deletions
diff --git a/addons/isattlinkCR/manifest.json b/addons/isattlinkCR/manifest.json
index 945c9b46..49eb22d8 100644
--- a/addons/isattlinkCR/manifest.json
+++ b/addons/isattlinkCR/manifest.json
@@ -1 +1,37 @@
-. \ No newline at end of file
+{
+ "manifest_version": 2,
+ "name": "Ĉu ĉi tiuj ligoj blokos Tor-uzanton?",
+ "version": "1.0.2.5",
+ "minimum_chrome_version": "68",
+ "homepage_url": "https://crimeflare.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/",
+ "author": "Crimeflare",
+ "incognito": "split",
+ "permissions": [
+ "storage",
+ "unlimitedStorage"
+ ],
+ "icons": {
+ "72": "icons/72.png"
+ },
+ "background": {
+ "scripts": [
+ "bg.js"
+ ]
+ },
+ "options_ui": {
+ "chrome_style": false,
+ "page": "cfg.html"
+ },
+ "content_scripts": [
+ {
+ "matches": [
+ "http://*/*",
+ "https://*/*"
+ ],
+ "js": [
+ "cs.js"
+ ],
+ "run_at": "document_end"
+ }
+ ]
+} \ No newline at end of file