diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | chromium.md | 8 | ||||
-rw-r--r-- | src/manifest.json | 3 | ||||
-rw-r--r-- | src/updates/updates.xml | 6 |
4 files changed, 18 insertions, 4 deletions
diff --git a/README.md b/README.md index d754337f..f81f832c 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Send Files => [Send](https://github.com/timvisee/send) <br> - [](https://addons.mozilla.org/firefox/addon/libredirect/) [](https://matrix.to/#/#libredirect:tokhmi.xyz) ## Get [](https://addons.mozilla.org/firefox/addon/libredirect/) -[](https://microsoftedge.microsoft.com/addons/detail/libredirect/aodffkeankebfonljgbcfbbaljopcpdb) +[](https://microsoftedge.microsoft.com/addons/detail/libredirect/aodffkeankebfonljgbcfbbaljopcpdb) +[](./chromium.md) ## Donate [](https://liberapay.com/LibRedirect) @@ -77,6 +77,5 @@ Send Files => [Send](https://github.com/timvisee/send) - select `load unpacked extension` - select `src` folder - Privacy Policy: [Privacy-Policy.md](Privacy-Policy.md)\ Credits: [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect) diff --git a/chromium.md b/chromium.md new file mode 100644 index 00000000..b4c9e73b --- /dev/null +++ b/chromium.md @@ -0,0 +1,8 @@ +### Install in Chromium, Brave and Chrome +- Download the latest file [libredirect-1.5.5.crx](https://github.com/libredirect/libredirect/releases/download/v1.5.5/libredirect-1.5.5.crx) +- Open `chrome://extensions` +- Enable `dev mode` +- Refresh the page +- Drag the `libredirect-1.5.5.crx` file to the page + +Updates are automatic \ No newline at end of file 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 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 |