Corobizar - Alerte Live

Corobizar - Alerte Live

Soyez informés dès qu'un stream est disponible sur Corobizar.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Corobizar - Alerte Live",
  "description": "Soyez informés dès qu'un stream est disponible sur Corobizar.com",
  "author": "Alexandre Stahmer <[email protected]>",
  "version": "3.0.69",
  "manifest_version": 2,
  "icons": {
    "48": "assets/icons/icon-48px.png",
    "128": "assets/icons/icon-128px.png"
  },
  "browser_action": {
    "default_title": "Corobizar",
    "default_popup": "popup/popup.html",
    "default_icon": "./assets/icons/icon-48px-navbar.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "background",
    "notifications",
    "storage",
    "alarms",
    "identity",
    "https://i.ytimg.com/vi/*",
    "https://www.googleapis.com/*"
  ]
}