Foxfied fork of Chrome extension for changing header color for GCP console, which is made by yfuruyama.
e.g. Change header color to red for a production project.
-
Get the credentials from AMO.
-
Download NodeJs and install web-ext
npm install --global web-ext
- From repo directory run
web-ext sign --api-key="JWT issuer" --api-secret="JWT secret"
- Rename the extension generated inside web-ext-artifacts accordingly
mv ./web-ext-artifacts/*.xpi ./web-ext-artifacts/gcp-console-colorize-$VERSION.xpi
- Install the xpi from your
about:addonspage
