subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
468 stars 72 forks source link

Developer documentation #305

Closed gamedevsam closed 5 years ago

gamedevsam commented 5 years ago

Feature Request

A feature you'd like to see

I'd like to see improved documentation on how to build, run and test Tusk.

Alternatives you've considered

I've run yarn install + yarn dev commands and pointed Chromium to my Tusk directory and get the following error:

Failed to load extension
File
~\Dev\HTML\Tusk
Error
Manifest file is missing or unreadable
Could not load manifest.

Additional remarks

A brief guide on how to clone and test the extension would be helpful to contributors.

gamedevsam commented 5 years ago

I fixed it by copying chrome.manifest.json and renamed it to manifest.json, duh x_x