From 83c11079fa4cfd9d383a1cce8a716e2c1b79a706 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sat, 4 Apr 2020 10:59:03 +0530 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8808ed..bd9f41e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Then run the following: - Check the `Developer Mode` and load as unpacked from extension’s 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