Examine source code of Codue Bytes

Inspect and view changes in Codue Bytes 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": "Codue Bytes ",
  "version": "0.1",
  "description": "A Coding buddy for Scratch and Virtual Robotics",
  "permissions": [
    "https://*.scratch.mit.edu/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.scratch.mit.edu/*"
      ],
      "js": [
        "app.js",
        "badge.js",
        "a076d05399.js"
      ],
      "css": [
        "content.css",
        "styles_badges.css"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "img/0.svg",
    "test.html"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}