├── README.md ├── css ├── framework7.min.css └── style.css ├── firebase.json ├── img ├── Thumbs.db ├── icon-114.png ├── icon-120.png ├── icon-144.png ├── icon-152.png ├── icon-57.png ├── icon-72.png └── icon-76.png ├── index.html ├── js ├── app.js ├── emoticons.js ├── framework7.min.js └── md5.js └── support └── skype ├── emoticons.css ├── emoticons.json └── emoticons.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/README.md -------------------------------------------------------------------------------- /css/framework7.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/css/framework7.min.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/css/style.css -------------------------------------------------------------------------------- /firebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/firebase.json -------------------------------------------------------------------------------- /img/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/Thumbs.db -------------------------------------------------------------------------------- /img/icon-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-114.png -------------------------------------------------------------------------------- /img/icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-120.png -------------------------------------------------------------------------------- /img/icon-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-144.png -------------------------------------------------------------------------------- /img/icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-152.png -------------------------------------------------------------------------------- /img/icon-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-57.png -------------------------------------------------------------------------------- /img/icon-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-72.png -------------------------------------------------------------------------------- /img/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/img/icon-76.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/index.html -------------------------------------------------------------------------------- /js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/js/app.js -------------------------------------------------------------------------------- /js/emoticons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/js/emoticons.js -------------------------------------------------------------------------------- /js/framework7.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/js/framework7.min.js -------------------------------------------------------------------------------- /js/md5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/js/md5.js -------------------------------------------------------------------------------- /support/skype/emoticons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/support/skype/emoticons.css -------------------------------------------------------------------------------- /support/skype/emoticons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/support/skype/emoticons.json -------------------------------------------------------------------------------- /support/skype/emoticons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kidGodzilla/Chattr/HEAD/support/skype/emoticons.png --------------------------------------------------------------------------------