Closed 4tomic closed 1 year ago
https://github.com/aklinker1/vite-plugin-web-extension/blob/6058999416aa8b58e108760228b971b638da8700/packages/vite-plugin-web-extension/src/plugins/manifest-loader-plugin.ts#LL303C2-L303C2
according to this Chrome extension doc, host permission in Manifest v3 should set in a host_permissions field separately
host_permissions
Fixed by https://github.com/aklinker1/vite-plugin-web-extension/commit/d5ea459f78ce5847a0c40cd8c5f46c11e297e922, released in v3.0.3.
https://github.com/aklinker1/vite-plugin-web-extension/blob/6058999416aa8b58e108760228b971b638da8700/packages/vite-plugin-web-extension/src/plugins/manifest-loader-plugin.ts#LL303C2-L303C2
according to this Chrome extension doc, host permission in Manifest v3 should set in a
host_permissions
field separately