Coinsup.com - new tasks notification module

Coinsup.com - new tasks notification module

CoinsUP.com - complete tasks to receive in-game virtual currency as a reward!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.1",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "alarms",
    "cookies",
    "*://*.coinsup.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "jquery-1.7.1.min.js",
      "background.js"
    ],
    "persistent": true
  }
}