pages/search: init

This commit is contained in:
He4eT 2024-01-19 21:59:11 +01:00
commit 8d91c80b8b
4 changed files with 48 additions and 1 deletions

View file

@ -1,4 +1,4 @@
browser.action.onClicked.addListener((() =>
browser.tabs.create({
url: 'https://oddsquat.org'
url: '/pages/search/search.html'
})))