WA Emoticon Suggestions

WA Emoticon Suggestions

Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "WA Emoticons Suggestions",
  "short_name": "WA Emoticons Suggestions",
  "description": "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web",
  "version": "1.2.0",
  "author": "Anirudh Goel",
  "homepage_url": "https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest",
  "browser_action": {
    "default_title": "WA Emoticons Suggestions",
    "default_icon": "assets/favicon.png"
  },
  "icons": {
    "16": "assets/favicon.png",
    "48": "assets/favicon.png",
    "128": "assets/favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://web.whatsapp.com/*",
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "assets/js/jquery.min.js",
        "assets/js/content_script.js"
      ]
    }
  ]
}