DataShadow is a premium privacy-defense browser extension designed to expose the "shadow data" websites collect.
public/: Static assets (icons, manifest, etc.)src/: Source codepages/: UI HTML and Logicscripts/: Background and Content scripts
index.html: Entry point (Value Dashboard)
- Run
npm install - Run
npm run devto start the development server. - To load in Chrome, use the
public/directory (for dev) ordist/(after build).