├── LICENSE ├── README.md ├── assets ├── favicon.png ├── js │ └── content_script.js └── screenrecord.gif └── manifest.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/whatsapp-emoticons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/whatsapp-emoticons/HEAD/README.md -------------------------------------------------------------------------------- /assets/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/whatsapp-emoticons/HEAD/assets/favicon.png -------------------------------------------------------------------------------- /assets/js/content_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/whatsapp-emoticons/HEAD/assets/js/content_script.js -------------------------------------------------------------------------------- /assets/screenrecord.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/whatsapp-emoticons/HEAD/assets/screenrecord.gif -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prabhakar267/whatsapp-emoticons/HEAD/manifest.json --------------------------------------------------------------------------------