Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

LessPass WebExtension that saves profiles to remoteStorage.

Notifications You must be signed in to change notification settings

fiatjaf/lesspass-remotestorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links

How to build

  1. npm install
  2. npm run build
  3. Load the extension from the root folder.

All .js files in the root folder are sources and will be bundled/browserified on the build process. After the build, browserified files for background.js, content-script.js and options.js will be on dist/. Their paths at wherever they're needed in the extension context are already pointing to that directory.

Releases

No releases published

Packages

No packages published