Releases: yogicapproach/yogic-tools
Release list
SYP Companion 0.8.3
A small bar above satyamyogaprasad.net pages: nested chapter navigation for 923 mapped books, deep links that open a book at its printed page, in-book search, and reading tweaks.
Install
The store listings are still in review. Until they are live, download the zip for your browser below and load it unpacked:
- Chrome / Edge — open
chrome://extensions(oredge://extensions), turn on Developer mode, choose Load unpacked, and pick the unzipped folder. - Firefox — open
about:debugging#/runtime/this-firefox, choose Load Temporary Add-on, and pickmanifest.json. This one is removed when Firefox restarts; the store listing will be the permanent route.
Full instructions: https://yogicapproach.com/yogic-tools/syp/syp-companion/
Privacy
No accounts, no analytics, no telemetry. Searching inside a book downloads that book's index and matches it on your device — your search words are not sent anywhere. Full policy: https://yogicapproach.com/yogic-tools/syp/syp-companion/privacy.html
Verifying these files
This repository publishes builds, not source, so the checksums are how you check them. SHA256SUMS is attached. The builder is deterministic — entries sorted, timestamps pinned to the zip epoch, line endings normalised — so the same source produces byte-identical archives on any machine.
sha256sum -c SHA256SUMS
What changed in 0.8.3
- Search results and the chapter/edition dropdowns are built as DOM elements instead of markup strings, clearing every
innerHTMLwarning Mozilla's validator reported. - Declares
data_collection_permissions: none(required for new Firefox add-ons since 3 November 2025). - Declares
gecko_android: {}— the same build now covers Firefox for Android. - Firefox validation: 0 errors.