-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adds boilerplate vite/svelte/typescript to create a browser extension to resolve #1 #2
Conversation
Nice start!
|
@Evanfeenstra thanks!
|
https://stackoverflow.com/questions/66618136/persistent-service-worker-in-chrome-extension
|
I see, ok. I'll spend some time getting this implemented tonight. |
I've added the background service worker and am posting messages from the content script. I'm still working on an issue where the messages aren't reaching the background script for some reason. I'll finish it up today. |
…ges between content script, background script and popup
@Evanfeenstra mind taking another look at this PR. I added the background script and also add examples of how to pass messages between the content/background/popup(Svelte) scripts. |
Awesome, thanks @dylanbathurst ! |
See the README for a full description of features and getting started guide.