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/manifest.json | |
parent | Added buttons to the browser_action menu (diff) | |
download | libredirect-c1f6239c511d69d72579d9e36da7ce1cb0b7f75d.zip |
Adding auto upadate structure #118
Diffstat (limited to '')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index e2d05518..00c98148 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,5 +54,6 @@ }, "description": "Switch Instance" } - } + }, + "update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml" } \ No newline at end of file |