diff options
author | Soispha <soispha@vhack.eu> | 2023-10-22 21:15:25 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-22 21:15:25 +0200 |
commit | de331480782d3e35bed0d52f2e3cd38d1ebabf8f (patch) | |
tree | aaca53599a61c40a589accae42a4050cd00febf6 /src | |
parent | chore(treewide): Add flake and README (diff) | |
download | libredirect-de331480782d3e35bed0d52f2e3cd38d1ebabf8f.zip |
fix(manifest.json): Remove updating feature
Diffstat (limited to 'src')
-rw-r--r-- | src/manifest.json | 2 | ||||
-rw-r--r-- | src/updates/updates.xml | 6 |
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> |