This is a little Chrome/Firefox extension that searches web pages for references to Bible verses. When it finds them, it adds a link to that text that can be hovered, showing the text of the verse above the link.
Create a .env file with the following contents:
BIBLE_API_KEY=<API_KEY>Run npm run watch to have webpack watch the files for changes.
Run npm run zip to compile a production build to the dist directory and create an archive of the necessary files
Chrome 137 and higher do not support loading extensions, so you have to use Chrome for Testing
npx @puppeteer/browsers install chrome@stableCopy the output path for the chrome binary, and update package.json to point to this path in the cypress:run script.
Run end-to-end tests with:
npm test