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.

This commit is contained in:
Tamius Han 2016-10-20 23:48:45 +02:00
parent 3cd987a3ee
commit e6a1c47816
2 changed files with 2 additions and 2 deletions

View File

@ -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.**

View File

@ -28,7 +28,7 @@
],
"applications": {
"gecko": {
"update_url": "http://tamius.net/ultrawidify/updates/updates.json"
"update_url": "https://tamius.net/ultrawidify/updates/updates.json"
}
}
}