Examine source code of M.I.T. Consulting Token signing

Inspect and view changes in M.I.T. Consulting Token signing 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
{
  "name": "M.I.T. Consulting Token signing",
  "version": "0.0.6",
  "minimum_chrome_version": "40.0",
  "manifest_version": 2,
  "default_locale": "cs",
  "description": "__MSG_extenstionDescription__",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging"
  ],
  "applications": {
    "gecko": {
      "id": "{443830f0-1fff-4f9a-aa1e-444bafbc7319}"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}