Examine source code of Words from Letters

Inspect and view changes in Words from Letters 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": "Words from Letters",
  "description": "Play a beautiful word game whose object is to find as many words as you can by rearranging the six given letters.",
  "version": "1.3.0",
  "app": {
    "launch": {
      "web_url": "https://www.words-from-letters.com"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "content_security_policy": {},
  "manifest_version": 3
}