Fun Box - Emoji, Stickers, Gifs

Fun Box - Emoji, Stickers, Gifs

Fun Box - is a handy extension with collections of gifs, emojis and stickers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "version": "1.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "128": "logo192.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "downloads"
  ],
  "content_security_policy": "script-src 'self' 'sha256-qFteJcdfR8WVhHAHm3Z7yXhXyDZ3Z86hCxcc+l8I354=' https://ssl.google-analytics.com https://www.google-analytics.com/analytics.js; object-src 'self'"
}