diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-19 12:00:57 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-19 12:00:57 +0300 |
commit | c1f6239c511d69d72579d9e36da7ce1cb0b7f75d (patch) | |
tree | 79488a38b20b3e8b861664fe7b7a7268b04c6972 /src/updates | |
parent | Added buttons to the browser_action menu (diff) | |
download | libredirect-c1f6239c511d69d72579d9e36da7ce1cb0b7f75d.zip |
Adding auto upadate structure #118
Diffstat (limited to 'src/updates')
-rw-r--r-- | src/updates/updates.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/updates/updates.xml b/src/updates/updates.xml new file mode 100644 index 00000000..87c37684 --- /dev/null +++ b/src/updates/updates.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> + <app appid='ongajcjccibkomjojhfmjedolopocllf'> + <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v1.5.5/libredirect-1.5.5.crx' version='2.0' /> + </app> +</gupdate> \ No newline at end of file |