Major refactor: Multi-user Chrome MCP extension with remote server architecture

This commit is contained in:
nasir@endelospay.com
2025-08-21 20:09:57 +05:00
parent d97cad1736
commit 5d869f6a7c
125 changed files with 16249 additions and 11906 deletions

View File

@@ -1,4 +1,10 @@
# Chrome Extension Private Key
# Copy this file to .env and replace with your actual private key
# Chrome Extension Configuration
# Copy this file to .env and replace with your actual values
# Remote Server Configuration
VITE_REMOTE_SERVER_HOST=127.0.0.1
VITE_REMOTE_SERVER_PORT=3001
# Chrome Extension Private Key (optional)
# This key is used for Chrome extension packaging and should be kept secure
CHROME_EXTENSION_KEY=YOUR_PRIVATE_KEY_HERE