Extension de live pour MisterMV

Extension de live pour MisterMV

Pour des lives toujours plus enrichissants.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "onlinetest.js"
    ]
  },
  "browser_action": {
    "default_icon": "mistermvbig48off.png",
    "default_popup": "popuplinks.html"
  },
  "name": "Extension de live pour MisterMV",
  "version": "1.1",
  "description": "Pour des lives toujours plus enrichissants.",
  "icons": {
    "16": "mistermvbig16off.png",
    "48": "mvoff48.png",
    "128": "mvoff128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "https://api.twitch.tv/",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}