MxWayGamer Extension

MxWayGamer Extension

Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MxWayGamer Extension",
  "version": "0.4",
  "description": "Recevez une notification à chaque nouvelle vidéo ou live de MxWayGamer.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "64": "img/icon_64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications"
  ]
}