about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/manifest.json3
-rw-r--r--src/updates/updates.xml6
2 files changed, 8 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
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