Describe the bug
When I build in dev mode using npm run serve, the manifest copies across, but not all of the attributes from the original in src/manifest.json are present. Some of which are required by chrome to import the extension.
To Reproduce
npm run serve
Expected behavior
I expect the manifest.json which is copied to have the attributes which are defined in the original
Screenshots
Original manifest:

Build manifest:

| Name |
Version |
| vue-cli-plugin-browser-extension |
0.1.0 |
| Operating System |
Windows 10 |
| Node |
16.0.0 |
| NPM/Yarn |
7.10.0 |
| vue-cli |
5.0.8 |
| vue-cli-service |
5.0.0 |
| browser |
chrome |
Additional Context
Also when I try adding attributes using the manifestTransformer in vue.config.js it doesn't make any different
Describe the bug
When I build in dev mode using npm run serve, the manifest copies across, but not all of the attributes from the original in src/manifest.json are present. Some of which are required by chrome to import the extension.
To Reproduce
npm run serve
Expected behavior
I expect the manifest.json which is copied to have the attributes which are defined in the original
Screenshots
Original manifest:

Build manifest:

Additional Context
Also when I try adding attributes using the manifestTransformer in vue.config.js it doesn't make any different