docs: update readme

This commit is contained in:
abhijithvijayan 2020-04-04 10:59:03 +05:30
parent 95282892d8
commit 83c11079fa

View File

@ -93,7 +93,7 @@ Then run the following:
- Check the `Developer Mode` and load as unpacked from extensions extracted directory.
### Generating browser specific manifest.json
Update `src/manifest/index.js` file with browser vendor prefixed manifest keys
Update `src/manifest.json` file with browser vendor prefixed manifest keys
```js
{
@ -130,7 +130,7 @@ if the vendor is `chrome` or `opera`, this compiles to:
}
```
See the original [README](https://github.com/abhijithvijayan/wext-manifest) of wext-manifest package for more details
See the original [README](https://github.com/abhijithvijayan/wext-manifest-loader) of `wext-manifest-loader` package for more details
### Production