├── LICENSE ├── README.md ├── app.zip ├── config.xml ├── resources ├── README.md ├── icon.png └── splash.png └── www ├── README.md ├── index.html ├── script.js └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/README.md -------------------------------------------------------------------------------- /app.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/app.zip -------------------------------------------------------------------------------- /config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/config.xml -------------------------------------------------------------------------------- /resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/resources/README.md -------------------------------------------------------------------------------- /resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/resources/icon.png -------------------------------------------------------------------------------- /resources/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/resources/splash.png -------------------------------------------------------------------------------- /www/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/www/README.md -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/www/index.html -------------------------------------------------------------------------------- /www/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/www/script.js -------------------------------------------------------------------------------- /www/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kourva/Crocsy/HEAD/www/style.css --------------------------------------------------------------------------------