aboutsummaryrefslogtreecommitdiffstats
path: root/addons/code
diff options
context:
space:
mode:
authorcesar <cesar@noreply.codeberg.org>2021-03-22 00:01:16 +0100
committercesar <cesar@noreply.codeberg.org>2021-03-22 00:01:16 +0100
commitbe8ef8e981bd26605555f533e40fd91125437e57 (patch)
tree4df8378b9767aa5d9023b680204063e7f8a1e331 /addons/code
parent599fe1c6ba026f15636689234ff59283a97cd45a (diff)
downloadcloudflare-tor-be8ef8e981bd26605555f533e40fd91125437e57.tar.lz
cloudflare-tor-be8ef8e981bd26605555f533e40fd91125437e57.tar.xz
cloudflare-tor-be8ef8e981bd26605555f533e40fd91125437e57.zip
Update 'addons/code/isattlink/manifest.json'
Diffstat (limited to 'addons/code')
-rw-r--r--addons/code/isattlink/manifest.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/addons/code/isattlink/manifest.json b/addons/code/isattlink/manifest.json
new file mode 100644
index 00000000..043a0f31
--- /dev/null
+++ b/addons/code/isattlink/manifest.json
@@ -0,0 +1,43 @@
+{
+ "manifest_version": 2,
+ "name": "Ĉu ĉi tiuj ligoj blokos Tor-uzanton?",
+ "description": "Skanu FQDN uzante la API",
+ "version": "1.0.4.1",
+ "homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/",
+ "author": "Ss",
+ "permissions": [
+ "storage",
+ "unlimitedStorage"
+ ],
+ "icons": {
+ "72": "icons/72.png"
+ },
+ "background": {
+ "scripts": [
+ "bg.js"
+ ]
+ },
+ "content_scripts": [
+ {
+ "matches": [
+ "http://*/*",
+ "https://*/*"
+ ],
+ "js": [
+ "cs.js"
+ ],
+ "run_at": "document_end"
+ }
+ ],
+ "options_ui": {
+ "browser_style": true,
+ "page": "cfg.html"
+ },
+ "applications": {
+ "gecko": {
+ "id": "torwatch@searxes.eu.org",
+ "strict_min_version": "78.0",
+ "update_url": "https://api.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/_/addon.php?for=isattlink"
+ }
+ }
+} \ No newline at end of file