update icons and increase popup size

This commit is contained in:
reya
2023-11-21 10:04:38 +07:00
parent bad147b2d7
commit 9f8df79be3
17 changed files with 14 additions and 14 deletions

View File

@@ -130,8 +130,8 @@ async function handleContentScriptMessage({type, params, host}) {
browser.windows.create({
url: `${browser.runtime.getURL('prompt.html')}?${qs.toString()}`,
type: 'popup',
width: 340,
height: 360
width: 600,
height: 600
})
})