diff options
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 981b604d..419c9590 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -106,6 +106,14 @@ <input id="disable-peertube" type="checkbox" checked /> </div> + <div id="lbry" class="some-block"> + <a class="title" href="https://odysee.com"> + <img src="../../../assets/images/lbry-icon.png" /> + <h4>LBRY</h4> + </a> + <input id="disable-lbry" type="checkbox" checked /> + </div> + <div id="search" class="some-block"> <a class="title" href="http://libredirect.onion"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> |