You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- 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]
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:
browser_action
withaction
host_permission
propertybackground
script withservice worker
See:
The text was updated successfully, but these errors were encountered: