Examine source code of Loelis Twitch Extension

Inspect and view changes in Loelis Twitch Extension 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
{
  "web_accessible_resources": [
    "images/sound.mp3"
  ],
  "manifest_version": 2,
  "name": "Loelis Twitch Extension",
  "description": "Vous informe quand Loelis est en live.",
  "version": "1.4resigned1",
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "64": "images/logo.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "permissions": [
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{54ec189f-b631-4605-9a8a-c583975fa7ff}"
    }
  }
}