- Update the version in
mitmproxy-extension/tamper/version.py
andmitmproxy-extension/tamper/tamper.py
. - Run
sudo python setup.py sdist bdist_wininst upload
grunt build
will build and zip a package (placing it in packages/)- Go to https://chrome.google.com/webstore/developer/dashboard and upload the zipped package.
The Chrome extension will get python extension's version via a message. If the major or minor numbers are different a message will show up asking the user to upgrade (the patch number can vary).