SOURC3XYZ / Sourc3-Web-Client

1 stars 1 forks source link

Migrating to Manifest V3 #8

Open JenkJS opened 2 years ago

JenkJS commented 2 years ago

For add extansion on chrome web store need migration to manifest v3

anatolse commented 2 years ago

ServiceWorker does not support what we need. We cannot run nested workers, and we cannot communicate over WebSockets. See for details https://github.com/w3c/webextensions/issues/72 Probably, we have to open a separate tab, to run our background script