- Ensure the version in
manifest.json
andpackage.json
is updated.
- Build production version by running
npm run prod
insrc
folder. - Copy
report.html
,icons
,background.js
,content-script.js
,manifest.json
and (optionally)build.js.map
from thesrc
folder into the newdist
folder. - Side load the
dist
folder into Chrome and test it works correctly. - Zip up all the files inside the
dist
folder and name itsalesforce-user-perm-report-VERSION-chrome.zip
- Upload new version to Chrome Developer Dashboard
- Build production version by running
npm run prod
insrc
folder. - Copy
report.html
,icons
,background.js
,content-script.js
,manifest.json
and (optionally)build.js.map
from thesrc
folder into the newdist
folder. - Add the following line to
manifest.json
"update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
- Side load the
dist
folder into Edge and test it works correctly. - Zip up all the files inside the
dist
folder and name itsalesforce-user-perm-report-VERSION-edge.zip
- Upload new version to Microsoft Partner Center