Examine source code of ChowH1

Inspect and view changes in ChowH1 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
{
  "background": {
    "scripts": [
      "js/fonctions.js",
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "/html/popup.html",
    "default_title": "ChowH1"
  },
  "description": "Ne ratez plus aucun live avec cette extension ! Recevez une alerte dès que le live se lance !",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "ChowH1",
  "short_name": "Chow",
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "version": "1.5.2resigned1",
  "applications": {
    "gecko": {
      "id": "{7af005a0-8f09-4e40-9792-60310b183f75}"
    }
  }
}