// README.md
A lightweight Chrome/Brave extension to store and paste prompts into LLM sites. See MVP_INSTRUCTIONS.md for full spec.
- Draggable, persistent popup for prompt management
- Minimal permissions, no telemetry, no cloud sync
- All data stored locally (
chrome.storage.local) - Shadow DOM UI, overlays page, non-modal
- Works on ChatGPT, NotebookLM, Google AI Studio
npm install
npm run buildLoad dist/ and manifest.json as an unpacked extension in Chrome/Brave.
- Only essential permissions requested
- No remote scripts, no secrets, no analytics
- See
EXTENSION_GOOD_PRACTICES.mdfor all best practices followed