AlexCrilo Live

AlexCrilo Live

Grâce à cette extension, soyez au courant quand AlexCrilo est en Live et rejoignez le directement !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AlexCrilo Live",
  "description": "Grâce à cette extension, soyez au courant quand AlexCrilo est en Live et rejoignez le directement !",
  "version": "2.3.1",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "64": "img/channel.png"
  },
  "background": {
    "scripts": [
      "./js/jquery.js",
      "./js/background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "permissions": [
    "notifications"
  ]
}