Examine source code of BIG IDEAS MATH

Inspect and view changes in BIG IDEAS MATH 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": "BIG IDEAS MATH",
  "description": "Big Ideas Math Application",
  "version": "1.1.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    },
    "permissions": [
      "tabs"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "fileSystem",
    "identity",
    "http://*/",
    "https://*/",
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "64": "64.png",
    "128": "128.png"
  }
}