Examine source code of Jeopardy Controller

Inspect and view changes in Jeopardy Controller 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",
  "name": "Jeopardy Controller",
  "description": "Connects to custom jeopardy controller for jeopardylabs.com",
  "version": "1.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "service.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "icons": {
      "16": "assets/icon16.png",
      "24": "assets/icon24.png",
      "32": "assets/icon32.png"
    }
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  }
}