Examine source code of Learn Spanish with Don Quixote

Inspect and view changes in Learn Spanish with Don Quixote 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": "Learn Spanish with Don Quixote",
  "short_name": "Spanish with Don Quixote",
  "start_url": "index.html",
  "display": "standalone",
  "version": "2.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "assets/icon_128.png",
    "512": "assets/icon.png"
  },
  "background_color": "#4e8ef7",
  "theme_color": "#4e8ef7",
  "app": {
    "launch": {
      "web_url": "http://www.swirlystudios.com/don_quixote/app"
    }
  }
}