Examine source code of Teacher Mikes Calculator

Inspect and view changes in Teacher Mikes Calculator 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": 3,
  "name": "Teacher Mikes Calculator",
  "description": "A calculator that helps you learn math and english while having fun at the same time.",
  "version": "1.0",
  "Content-Security-Policy": "default-src 'self'",
  "action": {
    "default_popup": "index.html",
    "default_icon": "img/1024.png"
  },
  "icons": {
    "16": "img/1024.png",
    "48": "img/1024.png",
    "128": "img/1024.png"
  }
}