LevelDown Notifier

LevelDown Notifier

Ne manquer plus aucun live sur LevelDown !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LevelDown Notifier",
  "manifest_version": 2,
  "version": "2.0.1",
  "description": "Ne manquer plus aucun live sur LevelDown ! ",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icone.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://leveldown.fr/*"
      ],
      "js": [
        "jquery.js",
        "background.js"
      ]
    }
  ],
  "permissions": [
    "notifications",
    "tabs"
  ]
}