Old "Weather forecast" Add-on for FireFox
- install Node.js
- install grunt-cli globally
npm install -g grunt-cli - install node modules
npm install - build js with grunt
grunt build
- Open firefox
- Open page:
about:configand setxpinstall.signatures.requiredtofalse - Open page:
about:addons - Click on the gear icon and select
Install Add-on From File... - Browse and open the generated
addon.xpifile from the build folder.