No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"popper.js",
"tippy.js",
"jquery.js",
"index.js"
]
}
],
"permissions": [
"<all_urls>"
],
"description": "No more copy pasting emojis, just type :emoji: and it will be replaced with the emoji anywhere on the web.",
"name": ":NeatEmoji: — Write emojis with colons",
"version": "0.1.1",
"browser_specific_settings": {
"gecko": {
"id": "{42b1c11a-af0a-40f7-8f60-fed38afcb7f4}"
}
}
}