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

migrate to manifest3 #9

Closed
3 tasks done
this-oliver opened this issue Mar 25, 2023 · 0 comments
Closed
3 tasks done

migrate to manifest3 #9

this-oliver opened this issue Mar 25, 2023 · 0 comments

Comments

@this-oliver
Copy link
Member

this-oliver commented Mar 25, 2023

Chromium browsers require extensions to be running on the manifest V3. This means that the Chrome, Explorer and Brave browsers are not supported unless this extension supports V3.

There are also efforts to address this in a github issue for the vitesse-webext template which this repository is built upon.

Checklist:

  • replace browser_action with action
  • move host permissions to the host_permission property
  • replace background script with service worker

See:

this-oliver added a commit that referenced this issue Mar 28, 2023
- adds `nickname` property to package.json for the extension name
- provides reasoning for permissions
- adds extension shortcut
- adds some extra icons
- refactors manifest so that it is swapable for v3 [#9]
this-oliver added a commit that referenced this issue Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant