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


{
  "name": "Emoji Finder",
  "version": "0.1.3resigned1",
  "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "browser_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"
  },
  "manifest_version": 2,
  "options_ui": {
    "page": "Options.html"
  },
  "background": {
    "scripts": [
      "Script/Background.js"
    ]
  },
  "homepage_url": "http://add0n.com/emoji-finder.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2c53b54d-ed80-434d-a3a1-f4693900b312}"
    }
  }
}