Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

firefox.md

File metadata and controls

33 lines (22 loc) · 1.06 KB

Steps to Install on Firefox

Warning: Lumos was originally developed as a Chrome extension. Some features may not be compatible with Firefox. Only follow these instructions if you know what you're doing. Proceed with caution.

Build Lumos

  1. Update manifest.json. Modify the background configuration. Example:

    "background": {
        "scripts": ["js/background.js"]
    },
    
  2. Rebuild the extension: npm run build

Start Ollama Server

Example:

OLLAMA_ORIGINS=moz-extension://* ollama serve

Install Lumos

  1. Install Firefox ESR.
  2. Navigate to about:config. A warning message will appear. Click Accept the Risk and Continue.
  3. Search for the preference extensions.backgroundServiceWorker.enabled and set it to true.
  4. Navigate to about:debugging#/runtime/this-firefox and load the extension as a Temporary Add-on. Click Load Temporary Add-on... and select manifest.json.

Future

In the future, a dedicated Firefox compatible version of Lumos may be built.