about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-22 21:15:25 +0200
committerSoispha <soispha@vhack.eu>2023-10-22 21:15:25 +0200
commitde331480782d3e35bed0d52f2e3cd38d1ebabf8f (patch)
treeaaca53599a61c40a589accae42a4050cd00febf6 /src
parentchore(treewide): Add flake and README (diff)
downloadlibredirect-de331480782d3e35bed0d52f2e3cd38d1ebabf8f.zip
fix(manifest.json): Remove updating feature
Diffstat (limited to 'src')
-rw-r--r--src/manifest.json2
-rw-r--r--src/updates/updates.xml6
2 files changed, 0 insertions, 8 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 34dea6e3..10b53913 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -83,6 +83,4 @@
 		}
 	},
 	"default_locale": "en",
-	"update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml",
-	"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAroWDSoSRZ1scj+eJRrvnhJbrqXTKnhQuxs6+AJg16sqr0bsMdFV+MSY4i4xnK+K5WOYkBliWXgUyk/wzicoAjOnSJddrL/Md4FuWHI2NVIkrlsLOrYkygi5OLqGPajRH/w8Cdmg7KzEpXe/OnYV0/qS8li8huEdTzdeLdhfbiVl1j3DOr4OJALQ7mPeeNFHFo/oVQ+OkSezWLezA5jUGfhtzPYV6u1TXzX7lCi8E/BbDbwkvvXOMcjXCv08kjdLOY2djCA2a6zr0xAb3q8DlexAMZ8vMof7AQRFtBKhLc9n9VFoipMMdBOVQQj/eIcRILBrmkcZNnJxFKiHNJ+NcZQIDAQAB"
 }
diff --git a/src/updates/updates.xml b/src/updates/updates.xml
deleted file mode 100644
index 2dc06da9..00000000
--- a/src/updates/updates.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
-    <app appid='oladmjdebphlnjjcnomfhhbfdldiimaf'>
-        <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.8.0/libredirect-2.8.0.crx' version='2.8.0' />
-    </app>
-</gupdate>