Emoji Finder

Emoji Finder

Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Emoji Finder",
  "version": "0.2.0",
  "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "action": {
    "default_popup": "Default.html",
    "default_icon": {
      "16": "Content/Images/16.png",
      "24": "Content/Images/24.png",
      "32": "Content/Images/32.png",
      "64": "Content/Images/64.png",
      "128": "Content/Images/128.png"
    }
  },
  "icons": {
    "16": "Content/Images/16.png",
    "24": "Content/Images/24.png",
    "32": "Content/Images/32.png",
    "64": "Content/Images/64.png",
    "128": "Content/Images/128.png"
  },
  "options_ui": {
    "page": "Options.html"
  },
  "background": {
    "service_worker": "Script/Worker.js"
  },
  "homepage_url": "https://add0n.com/emoji-finder.html",
  "commands": {
    "_execute_action": {}
  }
}