-
Notifications
You must be signed in to change notification settings - Fork 2
Rolling release installation
Loys Caucheteux edited this page Nov 23, 2021
·
9 revisions
- git clone the repository
git clone [email protected]:NiceOpenSource/posttolemmy.git
- At the root of the repo, rename
manifest.firefox.json => manifest.json
- Change the value of
browser_specific_settings.gecko.id
in themanifest.json
- Go to
about:debugging#/runtime/this-firefox
page in firefox - Click on
Load Temporary Add-on
- Find the repository on your filesystem and open the file
manifest.json
- At the root of the repo, rename
manifest.chrome.json => manifest.json
- Go to
chrome://extensions
page in Google Chrome - Click
Load unpacked
in the top-left corner - Find the repository on your filesystem and select it as the extension's root
Just pull new changes from the repository and they will be applied automatically, Chrome may require you to press the reload
button on the chrome://extensions
page