Examine source code of Sopa de Letras

Inspect and view changes in Sopa de Letras 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": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "3",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "fileSystem",
    "app.window",
    "<all_urls>"
  ],
  "icons": {
    "32": "images/letters-32.png",
    "128": "images/letters-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/main.js",
        "scripts/chromereload.js"
      ]
    }
  }
}