Emoji Kitchen

Emoji Kitchen

Emoji Kitchen,Emoji synthesis,Emoji Cookup,Creat Emoji

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Emoji Kitchen,Emoji synthesis,Emoji Cookup,Creat Emoji",
  "version": "5.0.5",
  "manifest_version": 3,
  "name": "Emoji Kitchen",
  "background": {},
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-48.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-48.png"
      ],
      "matches": []
    }
  ]
}