Examine source code of Word Wreck

Inspect and view changes in Word Wreck 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": "Word Wreck",
  "description": "A simple, fast-paced word game!",
  "version": "1.0.2",
  "manifest_version": 2,
  "short_name": "Word Wreck",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "favicons/favicon-16x16.png",
    "48": "favicons/android-chrome-48x48.png",
    "96": "favicons/favicon-96x96.png",
    "128": "favicons/favicon-128x128.png"
  }
}