VibeMe

VibeMe

Listen to the hottest music on the web from the best dj's directly from VibeFM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VibeMe",
  "version": "1.15",
  "description": "Listen to the hottest music on the web from the best dj's directly from VibeFM",
  "icons": {
    "128": "resources/images/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "resources/images/icon.png",
    "default_popup": "main.html"
  },
  "permissions": [
    "background",
    "http://*.dropbox.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}