Examine source code of High School Spelling Words

Inspect and view changes in High School Spelling Words 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": "High School Spelling Words",
  "description": "Spelling word grouped from grade 9 to 12, including lists, exercises, and printable cards/quizzes.",
  "version": "6.2.2",
  "app": {
    "urls": [
      "https://www.examword.com/high-school-word/"
    ],
    "launch": {
      "web_url": "https://www.examword.com/high-school-word/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}