Download the source code from this repo.
In Chrome, open chrome://extensions/ and enable the "Developer mode" toggle in the top right.
Click the "Pack extension" button and select the extension folder from your local copy of this repo as the "Extension root directory".
Specifically, here's what I did
Cloned the phishcatch repo from GitHub
Clicked Pack Extension and selected my phishcatch/extension folder locally
However I kept getting a "manifest file not found error"
Through trial and error I learned that the instructions are misleading, and here's what I need to do:
Clone the phishcatch repo
Go into extension and run yarn install and yarn build
Click Pack Extension and choose the resulting phishcatch/extension/dist folder
Let's update the wiki page with the up to date instructions no?
I would create a PR but I can't as this is a wiki page!
I was trying to follow this wiki step:
https://github.com/palantir/phishcatch/wiki/Installing-the-extension#building-and-installing-from-source
Specifically, here's what I did
phishcatch/extension
folder locallyHowever I kept getting a "manifest file not found error"
Through trial and error I learned that the instructions are misleading, and here's what I need to do:
extension
and runyarn install
andyarn build
phishcatch/extension/dist
folderLet's update the wiki page with the up to date instructions no?
I would create a PR but I can't as this is a wiki page!