IncrediMail

IncrediMail

Have FUN sending email with 1000’s of amazing Ecards, emoticons & animations Get notified on your Chrome browser about all special…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IncrediMail",
  "version": "1.0.8",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "listener.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "notifications"
  ]
}