Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.16 KB

PUBLISHING.md

File metadata and controls

23 lines (19 loc) · 1.16 KB

Publishing

General

  • Ensure the version in manifest.json and package.json is updated.

Chrome

  1. Build production version by running npm run prod in src folder.
  2. Copy report.html, icons, background.js, content-script.js, manifest.json and (optionally) build.js.map from the src folder into the new dist folder.
  3. Side load the dist folder into Chrome and test it works correctly.
  4. Zip up all the files inside the dist folder and name it salesforce-user-perm-report-VERSION-chrome.zip
  5. Upload new version to Chrome Developer Dashboard

Edge

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