Examine source code of Random Kanji

Inspect and view changes in Random Kanji 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,
  "author": "Dante Bradshaw",
  "name": "Random Kanji",
  "description": "Chrome extension for studying kanji, in the browser!",
  "version": "1.0.0",
  "icons": {
    "16": "ai-icon.png",
    "48": "ai-icon.png",
    "128": "ai-icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default-icon": "ai-icon.png"
  }
}