working on vite style integration

This commit is contained in:
Jonas Pfalzgraf 2024-06-01 02:08:14 +02:00
parent 693a8da648
commit b225218e94
17 changed files with 101 additions and 200 deletions

View file

@ -21,15 +21,6 @@
"notifications"
],
"background": {
"service_worker": "js/background.js"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens popup.html"
}
"service_worker": "background.js"
}
}