Inspect and view changes in Character / Emoji Finder source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Character / Emoji Finder",
"description": "Easily search for unicode characters and emojis. Handy browser extension to copy and paste the characters that you need.",
"version": "1.3.2",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "/assets/icons/48.png",
"128": "/assets/icons/128.png"
}
},
"icons": {
"48": "/assets/icons/48.png",
"128": "/assets/icons/128.png"
},
"permissions": [
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}