Skip to content

Submit to stores instructions

David Risney edited this page Jul 23, 2025 · 3 revisions

Validation

  1. In root of repo, run http-server .
  2. In browser open http://127.0.0.1:8080/test/test.html
  3. After it runs validate it all passes.

Preparation

  1. Increase the manifest.json's version number
  2. In root of repo run npm run zip

Edge Store Submission

  1. Navigate to https://partner.microsoft.com/en-us/dashboard/microsoftedge/ and select the package, and click Update
  2. Choose 'replace' and select extension.zip from the root of repo.
  3. Choose Save and Continue / Publish.
  4. When asked for validation instructions use these:
1. Clone a git repo of a github project (eg https://github.com/david-risney/OpenSourceIn)
2. Install the extension in the browser. The options page should open in a new tab.
3. Open a new tab to a github page for the source file from the project you cloned (eg https://github.com/david-risney/OpenSourceIn/blob/main/readme.md)
4. Switch back to the extension options page and press the 'Auto Add Projects From Tabs' button. A new Project entry should be added for the GitHub project above.
5. Change the `Local File Path:` value to the path to your cloned git repo
6. Install VS Code.
7. Switch to the tab for the GitHub project source file and press the extension toolbar button. That file should open in VS Code.

Note: store URL

Chrome Store Submission

  1. Navigate to https://chrome.google.com/webstore/devconsole/, select the extension, click on 'Package' on the left.
  2. Click 'Upload new package'
  3. Select the extension.zip
  4. On the Store Listing page, press 'Submit for review'

Note: store URL

Clone this wiki locally