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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    bbf0cfb View commit details
    Browse the repository at this point in the history
  2. Add background service worker for improved functionality

    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.
    Patzi275 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0c54fc4 View commit details
    Browse the repository at this point in the history