Examine source code of Consistent-code

Inspect and view changes in Consistent-code 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
{
  "manifest_version": 3,
  "name": "Consistent-code",
  "description": "Provides a new problem on a regular basis based on rating. Helps user get consistent on codeforces.",
  "version": "2",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}