FilipePS / Traduzir-paginas-web

Translate your page in real time using Google or Yandex
https://addons.mozilla.org/pt-BR/firefox/addon/traduzir-paginas-web/
Mozilla Public License 2.0
4.43k stars 537 forks source link

Enable chromium-web-store automatic updates on Ungoogled Chromium #282

Open TalhaErenY opened 3 years ago

TalhaErenY commented 3 years ago

as per the readme on the extension: "If you are a chrome extension developer and do not have your extension listed in the Chrome Web Store, you can still enable updates via chromium-web-store by hosting an update manifest file; see updates.xml in this repo for an example. You must also specify a url to access this file in your extension's manifest.json under the update_url field; again, see manifest.json in this repo for an example."

This would greatly help those of us on ungoogled chromium as it would guarantee latest releases.

RokeJulianLockhart commented 2 years ago

Is this identical to "https://github.com/FilipePS/Traduzir-paginas-web/issues/170"?

TalhaErenY commented 2 years ago

it's not identical, but related. Chromium web store simplifies the updating sequence required by handling the updates itself. The other thread seems to be about having the extension be self-updating. This is much more minimal work compared to that.