By: John
Inspect and view changes in select emojis source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Emojeezer",
"version": "5.0.1",
"description": "A simple extension to type emojis using the :emoji: syntax.",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_specific_settings": {
"gecko": {
"id": "{d950fa9f-652e-43bc-9a7f-be1d0e10b790}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"48": "assets/icon@48px.png",
"72": "assets/icon@72px.png",
"256": "assets/icon@256px.png"
},
"commands": {
"show-free-selector": {
"suggested_key": {
"default": "Ctrl+Comma"
},
"description": "Show the emoji selector"
}
},
"options_ui": {
"page": "assets/settings.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script-bundle.js"
]
}
],
"background": {
"scripts": [
"background-script-bundle.js"
]
},
"browser_action": {
"default_icon": "assets/icon@48px.png",
"default_title": "Emojeezer",
"default_popup": "assets/action-popup.html",
"browser_style": true
},
"permissions": [
"activeTab",
"<all_urls>",
"storage"
]
} Best select emojis Alternatives
Here are some Firefox add-ons that are similar to select emojis: