Upload files to "/"

This commit is contained in:
forjedofficial 2024-09-22 15:15:44 -07:00
parent 8bb4f83de1
commit 5bc32f42fc
5 changed files with 18 additions and 0 deletions

BIN
Untitled.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
icons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

8
popup.js Normal file
View file

@ -0,0 +1,8 @@
const searchButton = document.getElementById('search-button');
const searchInput = document.getElementById('search-input');
searchButton.addEventListener('click', () => {
const query = searchInput.value;
const url = `https://resulti.net/search?q=${encodeURIComponent(query)}`;
chrome.tabs.create({ url });
});

10
update-notifier-npm.json Normal file
View file

@ -0,0 +1,10 @@
{
"optOut": false,
"lastUpdateCheck": 1696636843435,
"update": {
"latest": "10.2.0",
"current": "6.14.17",
"type": "major",
"name": "npm"
}
}

Binary file not shown.