Examine source code of Malganyr

Inspect and view changes in Malganyr source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Malganyr",
  "description": "Soyez au courant quand votre streameur préféré commence à streamer!",
  "version": "2.4.6",
  "background": {
    "scripts": [
      "parameters.js",
      "btnlive.js",
      "firefox.js"
    ]
  },
  "permissions": [
    "https://api.twitch.tv/",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "iconoff48.png"
  },
  "icons": {
    "16": "iconoff16.png",
    "48": "iconoff48.png",
    "128": "iconoff128.png"
  }
}