/Kaomoji

A simple kaomoji reference extension for Firefox

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

#Kaomoji

A kaomoji cheat sheet extension for Firefox. I like kaomoji, but i'm too lazy to use an online cheat sheet, so i created an extension. Have fun! ( ̄ω ̄)

##Development

###Build

The extension can be build with the Mozilla add-on sdk ( https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation ), just git clone the repo and do:

$ cfx xpi

You can also run it in a test environment with:

$ cfx run

###Edit the kaomoji set

The kaomojis are stored into a JSON file that is generated by buildjson.php script, you can edit it and then run:

$ php buildjson.php > data/kaomoji.json

to recreate the JSON file.

###Contribute

Code push, feedback and suggestions are welcome ヽ(*・ω・)ノ

##License

Kaomoji extension is released under GPL v3, you can find more details in LICENSE file or on GNU website: https://www.gnu.org/copyleft/gpl.html

##Privacy

The Kaomoji extension is designed to respect your privacy, it work locally in your browser and it doesn't send back any informations about you or your activities.