Examine source code of Skill Builder Spelling Beta - By Kaiserapps

Inspect and view changes in Skill Builder Spelling Beta - By Kaiserapps 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": "Skill Builder Spelling Beta - By Kaiserapps",
  "short_name": "Spelling",
  "description": "A completely offline spelling application.",
  "version": "1.0.13",
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "http://spelling.xpressen.com/"
  ],
  "icons": {
    "16": "img/icon16.png",
    "24": "img/icon24.png",
    "128": "img/icon128.png"
  }
}