When trying to install a chrome extension using manifest_version 3, I am unable to install as I keep getting the error:
The "background.scripts" key cannot be used with manifest_version 3. Use the "background.service_worker" key instead
or
The "background.persistent" key cannot be used with manifest_version 3. Use the "background.service_worker" key instead.