Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"short_name": "ThisEmoji",
"version": "1.0",
"description": "__MSG_manifest_description__",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"action": {
"default_icon": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"default_title": "__MSG_manifest_browser_action__",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"homepage_url": "https:\/\/addonx.net\/thisemoji",
"default_locale": "en"
}