•
Release NotesExtension
Extension 1.0.4 fixes the production connection package
Indexer extension 1.0.4 corrects the packaged store build so Chrome and Firefox connect to the production Indexer service.
Indexer extension 1.0.4 is a small but important packaging fix.
What changed
- Chrome and Firefox store builds now explicitly target
https://getindexer.com. - Store package creation now validates that no local development URL is included before a zip is created.
- Chrome no longer uses an always-on all-sites content script for page metadata.
- The package version was bumped so browser stores can receive the corrected build.
Why it matters
The extension must connect to the production Indexer web app when installed from a browser store. This release makes that explicit in the build process and adds a guard so future store packages fail early if a local development URL slips in.
The permissions change also keeps page access narrower: Indexer reads metadata from the active tab only when needed instead of installing a broad content script on every site.