From 5c13f0d33514851a047358799304076c3fde0c36 Mon Sep 17 00:00:00 2001 From: Twiddly Date: Thu, 17 Oct 2019 17:17:45 +0200 Subject: [PATCH] update url --- dist/manifest.json | 3 ++- public/manifest.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index 1d168e4..1e7321e 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -5,7 +5,8 @@ "description": "A WebExtensions add-on that talks with HappyPanda X from browsers", "applications": { "gecko": { - "id": "happypandax@twiddly" + "id": "happypandax@twiddly", + "update_url": "https://raw.githubusercontent.com/happypandax/extension/master/dist/updates.json" } }, "icons": { diff --git a/public/manifest.json b/public/manifest.json index 1d168e4..1e7321e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -5,7 +5,8 @@ "description": "A WebExtensions add-on that talks with HappyPanda X from browsers", "applications": { "gecko": { - "id": "happypandax@twiddly" + "id": "happypandax@twiddly", + "update_url": "https://raw.githubusercontent.com/happypandax/extension/master/dist/updates.json" } }, "icons": {