gitextract_l_b0nu3e/ ├── .gitignore ├── LICENSE ├── README.md ├── cachebust-sw.js ├── docs/ │ ├── css/ │ │ └── style.css │ ├── index.html │ ├── js/ │ │ └── app.js │ ├── manifest.json │ ├── sw-cache-polyfill.js │ └── sw.js ├── gulpfile.js ├── package.json ├── server.js └── src/ ├── css/ │ └── style.css ├── index.html ├── js/ │ ├── app.js │ ├── components/ │ │ ├── AddIcon.vue │ │ ├── Machine.vue │ │ ├── MuteIcon.vue │ │ ├── PlayIcon.vue │ │ ├── RemoveIcon.vue │ │ └── SettingsIcon.vue │ ├── sw-cache-polyfill.js │ └── sw.js └── manifest.json