claudiodekker / chromium-update-notifier

A simple extension that periodically checks whether a new Chromium release is available.
MIT License
8 stars 0 forks source link

is there Supermium and thorium-legacy support for windows 7? #5

Open candrapersada opened 5 months ago

candrapersada commented 5 months ago

https://github.com/win32ss/supermium https://github.com/Alex313031/thorium-legacy

claudiodekker commented 1 month ago

Hey Candra,

I'll take a look at this once I find some time. The main issue here would be knowing which releases in each repository to grab (e.g. which file is the actual build, are they consistent in naming) and parsing the actual release version from the release details.

With that said, if you know how to do this yourself and wouldn't mind contributing, feel free to PR these changes! The relevant file is https://github.com/claudiodekker/chromium-update-notifier/blob/master/public/repositories.js

Thanks!