Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.03 KB

anchr-webext

A Firefox plugin for Anchr realized as a WebExtension.

Usage

  • yarn
  • Develop: yarn dev
  • Build: yarn build

Note

The extension requires a permission for accessing Anchr's API. This permission is set as a hard-coded URL pattern in manifest.json and therefore can't be configured dynamically for your own server instance. As a consequence, you will have to build the extension yourself to use it with your own Anchr instance (the official instance at anchr.io is currently shut down). To do so, change the URL pattern in manifest.json's permissions section to "https://anchr.yourserver.tld/*".

Publishing

License

GPL-3.0