linuxmint / webapp-manager

GNU General Public License v3.0
703 stars 93 forks source link

Thorium Browser Sync not appearing in web app selection browser list #275

Open jm2k7 opened 11 months ago

jm2k7 commented 11 months ago

possibly missing parameter in /usr/lib/webapp-manager/common.py

Anotación 2023-11-28 014213

thorium browser main website https://thorium.rocks/

github linux releases https://github.com/Alex313031/Thorium/releases

AidanNotFunny commented 11 months ago

Add these lines in the section where the browsers are defined (Search for BROWSER_TYPE_CHROMIUM in the document to find it):

            Browser(BROWSER_TYPE_CHROMIUM, "Thorium", "thorium-browser", "/usr/bin/thorium-browser"),