gitextract_3vpkqevd/ ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY_AUDIT.md └── src/ ├── .server.ps1 ├── css/ │ └── app.css ├── index.html └── js/ ├── constants.js ├── crypto.js ├── db.js ├── desktop.js ├── detectors/ │ └── incognito.js ├── docmode.js ├── fileops.js ├── home.js ├── initlog.js ├── main.js ├── proactive/ │ └── daemon.js ├── state.js └── vfs.js