├── .gitignore ├── LICENSE ├── README.md ├── electronapp_archive.zip ├── favicon.ico ├── index.html └── sw.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/README.md -------------------------------------------------------------------------------- /electronapp_archive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/electronapp_archive.zip -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/favicon.ico -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/index.html -------------------------------------------------------------------------------- /sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosamari/translucent/HEAD/sw.js --------------------------------------------------------------------------------