docs: add MIT license, explain reveal mode in README

Add LICENSE file (MIT). Explain in README that reveal mode is a
local display change only — the AI never received the real data.
Reveal exists so users can copy paths/commands from AI responses
and paste them directly into their terminal without manually
translating fake values back to real ones.

https://claude.ai/code/session_01Dvgwe7XMoSxnWXkih8p1Cw
This commit is contained in:
Claude
2026-03-26 03:27:35 +00:00
parent 9c0a2f3aa8
commit c1e5042d3c
3 changed files with 39 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "silent-send",
"version": "0.3.0",
"private": true,
"license": "MIT",
"description": "Browser extension that substitutes personal data before sending to AI services",
"scripts": {
"build:chrome": "./build.sh chrome",