Examine source code of Search Words from Sentence

Inspect and view changes in Search Words from Sentence 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",
  "manifest_version": 2,
  "name": "Search Words from Sentence",
  "description": "Word search based on famous or beautiful sentences with levels: basic, elementary, middle, and high school.",
  "version": "5.2.1",
  "app": {
    "urls": [
      "https://www.examword.com/word-search/"
    ],
    "launch": {
      "web_url": "https://www.examword.com/word-search/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}