Examine source code of Class Ace - Easy & Fun K-6 Learning

Inspect and view changes in Class Ace - Easy & Fun K-6 Learning 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": "Class Ace - Easy & Fun K-6 Learning",
  "short_name": "Class Ace",
  "description": "Where Kids Go to Learn K-6 on Their Own.",
  "version": "0.1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://www.classace.io/",
      "https://www.classace.io/learn",
      "https://www.classace.io/learn/math",
      "https://www.classace.io/learn/math/1stgrade",
      "https://www.classace.io/learn/math/2ndgrade",
      "https://www.classace.io/learn/math/3rdgrade",
      "https://www.classace.io/learn/spelling",
      "https://www.classace.io/learn/spelling/1stgrade",
      "https://www.classace.io/learn/spelling/2ndgrade",
      "https://www.classace.io/learn/spelling/3rdgrade",
      "https://www.classace.io/learn/handwriting",
      "https://www.classace.io/learn/handwriting/1stgrade",
      "https://www.classace.io/learn/handwriting/2ndgrade/",
      "https://www.classace.io/membership/",
      "https://www.classace.io/apps/",
      "https://www.classace.io/settings/",
      "https://www.classace.io/terms/",
      "https://www.classace.io/privacy/"
    ],
    "launch": {
      "web_url": "https://www.classace.io/"
    }
  },
  "icons": {
    "16": "favicon.png",
    "128": "ClassAceLogo128.png"
  }
}