Custom browser startpage
Go to file
2020-04-25 20:38:56 +00:00
.vscode added ext run to vscode tasks 2020-04-25 21:01:17 +02:00
src set current version in manifest 2020-04-25 22:35:27 +02:00
.drone.yml updatet drone for extension 2020-04-25 22:35:46 +02:00
.eslintrc.json set current version in manifest 2020-04-25 22:35:27 +02:00
.gitattributes added lfs for png files 2020-04-22 15:12:37 +02:00
.gitignore initial commit 2020-04-19 23:31:59 +02:00
package-lock.json added types for extrension api 2020-04-25 02:08:39 +02:00
package.json improved npm scripts 2020-04-25 02:09:04 +02:00
README.md updated README for extension 2020-04-25 21:17:38 +02:00
tsconfig.json added types for extrension api 2020-04-25 02:08:39 +02:00
webpack.config.js set current version in manifest 2020-04-25 22:35:27 +02:00

How to install

  1. Download the extension
  2. Goto about:addons
  3. Click on the top right button
  4. Click Install Add-on From File
  5. Select the Add-on

How to build

  1. Build the bundle with npm run buildProd
  2. Provide the secrets required for signing the addon
  3. Sign the Add-on by Mozilla with npm run ext:sign

Usefull links