Examine source code of Dragon of the Ancient Cavern

Inspect and view changes in Dragon of the Ancient Cavern 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": "Dragon of the Ancient Cavern",
  "description": "A majestic dragon stands guard at the mouth of a vast, mysterious cave.",
  "manifest_version": 3,
  "version": "1.0",
  "icons": {
    "128": "icon/dragon-icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}