Skip to content
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

Add background service worker #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Patzi275
Copy link

@Patzi275 Patzi275 commented Jul 5, 2024

This pull request adds a background service worker to the project, enhancing the functionality of the application. The service worker is added to the manifest.json file and the vite.config.ts file. This enables the background script to run and listen for events such as the extension being installed. Additionally, a global variable for Chrome API access is added.

This commit adds a background service worker to the project, which will enhance the functionality of the application. The service worker is added to the `manifest.json` file and the `vite.config.ts` file. This will enable the background script to run and listen for events such as the extension being installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant