gitextract_hpr_ld_l/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── LICENSE ├── README.md ├── client/ │ ├── images/ │ │ └── snapdrop-graphics.sketch │ ├── index.html │ ├── manifest.json │ ├── scripts/ │ │ ├── clipboard.js │ │ ├── network.js │ │ └── ui.js │ ├── service-worker.js │ ├── sounds/ │ │ └── blop.ogg │ └── styles.css ├── docker/ │ ├── nginx/ │ │ └── default.conf │ ├── nginx-with-openssl.Dockerfile │ └── openssl/ │ ├── create.sh │ ├── snapdropCA.cnf │ └── snapdropCert.cnf ├── docker-compose.yml ├── docs/ │ ├── faq.md │ └── local-dev.md └── server/ ├── index.js └── package.json