# AcreSignal Sidecar

This is the release-candidate browser extension package for AcreSignal.

## What it does

- Adds a small AcreSignal sidecar panel on supported land listing sites.
- Captures the current listing URL from `window.location.href`.
- Lets the investor manually add asking price, acreage, APN, coordinates, and strategy.
- Checks a public stored-ledger market score from user-supplied context.
- Opens a prefilled AcreSignal report form.
- Copies a safe MCP payload for assistant workflows.

## What it does not do

- It does not scrape listing pages.
- It does not fetch marketplace pages.
- It does not parse page DOM content for price, owner, photos, or listing text.
- It does not trigger paid provider calls by itself.

The market-score check calls only AcreSignal's public aggregate endpoint. Paid provider intelligence only runs later through authenticated AcreSignal report jobs.

## Package contents

- `manifest.json`
- `content.js`
- `panel.css`
- `icons/icon-16.png`
- `icons/icon-32.png`
- `icons/icon-48.png`
- `icons/icon-128.png`
- `PRIVACY.md`
- `STORE_LISTING.md`
- `COMPLIANCE_REVIEW.md`

## Local install for internal testing

1. Open `chrome://extensions`.
2. Enable Developer mode.
3. Choose Load unpacked.
4. Select this folder: `dashboard/public/sidecar/acresignal-sidecar`.
5. Open a supported listing page and click the `AS` button.

## Chrome Web Store release

The release-candidate package now includes icons, store listing copy, privacy disclosure, and a no-scrape compliance checklist. The remaining external step is Chrome Web Store developer submission, review, signing, and final item ID configuration.
