Examine source code of Exploring Physics

Inspect and view changes in Exploring Physics 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": "Exploring Physics",
  "description": "Exploring Physics is a proprietary new educational technology that offers a digital workbook eLearning platform.",
  "version": "2.4.2",
  "manifest_version": 2,
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "fullscreen",
    "notifications",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "webview",
    "file:///*",
    "identity",
    "videoCapture"
  ],
  "sandbox": {
    "pages": [
      "sandbox/sqlite.html"
    ]
  },
  "icons": {
    "16": "assets/image/icon_16.png",
    "128": "assets/image/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "assets/js/platform/chrome/main.js"
      ]
    }
  }
}