Examine source code of opsct

Inspect and view changes in opsct 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "opsct",
  "description": "To know when opsct goes live !",
  "version": "2.4.13",
  "background": {
    "scripts": [
      "parameters.js",
      "btnlive.js",
      "chrome.js"
    ]
  },
  "permissions": [
    "https://api.twitch.tv/",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "iconoff48.png"
  },
  "icons": {
    "16": "iconoff16.png",
    "48": "iconoff48.png",
    "128": "iconoff128.png"
  }
}