From e6a1c478164845346dcba11d7d41a289ae8a603b Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 20 Oct 2016 23:48:45 +0200 Subject: [PATCH] Autoupdating is NOT ENABLED (regardless of what manifest.json says. Moz wants https. I don't https yet). README.MD was updated to point that out. manifest.json is prepared for when I manage to enable HTTPS. --- README.md | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2691809..8a0f503 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This extension also allows you to zoom in or out of video (similar to how SMPlay Download the extension from Mozilla's addon page. -[Experimental version](http://tamius.net/ultrawidify) — If 30 minutes old is stable enough for you, this is it. This version is pretty much code from this repo. It's also unlisted so I don't have to go through AMO for every minor change. +[Experimental version](http://tamius.net/ultrawidify) — If 30 minutes old is stable enough for you, this is it. This version is pretty much code from this repo. It's also unlisted so I don't have to go through AMO for every minor change. **NOTE: AUTOUPDATING ISN'T IMPLEMENTED YET. You will have to update manually.** (tfw no https) [Regular version](https://addons.mozilla.org/en/firefox/addon/ultrawidify/) — more stable and with AMO's approval. No experimental features either. **NOTE: AMO still hasn't approved this version. You won't be able to install it until they do.** diff --git a/manifest.json b/manifest.json index 7eb3f6b..ac828e1 100644 --- a/manifest.json +++ b/manifest.json @@ -28,7 +28,7 @@ ], "applications": { "gecko": { - "update_url": "http://tamius.net/ultrawidify/updates/updates.json" + "update_url": "https://tamius.net/ultrawidify/updates/updates.json" } } }