Smoji - Emoji and Sound Messaging

Smoji - Emoji and Sound Messaging

Smoji is a FREE Emoji and Sound messaging platform!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Smoji - Emoji and Sound Messaging",
  "short_name": "Smoji",
  "description": "Smoji is a FREE Emoji and Sound messaging platform!",
  "version": "1.6.1",
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "activeTab",
    "tabs",
    "https://backend.smoji.me/*",
    "https://5t461n6.smoji.me/*",
    "https://smoji.me/*",
    "https://graph.facebook.com/*",
    "https://facebook.com/connect/*",
    "https://*.facebook.com/*",
    "https://facebook.com/*",
    "https://*.google.com/*"
  ],
  "background": {
    "scripts": [
      "js/jquery-2.0.3.min.js",
      "js/angular.min.js",
      "js/bootstrap.min.js",
      "js/lscache.min.js",
      "js/jquery.serializejson.min.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon48.png",
      "38": "img/icon48.png"
    },
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/icon128.png",
    "img/no-avatar.jpg",
    "js/jquery-2.0.3.min.map",
    "js/jquery-2.0.3.min.js",
    "js/fbAdd.js",
    "template/header.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://graph.facebook.com https://connect.facebook.net https://ssl.google-analytics.com; object-src 'self'"
}