Move popup to pages/ directory

This commit is contained in:
Jaidyn Ann 2023-04-03 08:45:14 -05:00
parent 4bc3d7dcc1
commit add342f854
3 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"browser_action": {
"default_icon": "icons/icon.png",
"default_title": "Multi engine search",
"default_popup": "popup/search.html"
"default_popup": "pages/popup.html"
}
}

View File

@ -7,7 +7,7 @@
<input type="text" id="searchbox" placeholder="Search…"/>
<button type="button" class="search button">Search</button>
<br/>
<script src="search.js"></script>
<script src="popup.js"></script>
<div>
<select id="presets">
</select>