Examine source code of Interactiv-eBooks

Inspect and view changes in Interactiv-eBooks 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": "Interactiv-eBooks",
  "version": "1.0.19",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "minimum_chrome_version": "28",
  "permissions": [
    "storage",
    "audioCapture",
    "unlimitedStorage",
    "identity",
    "fullscreen",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "https://www.googleapis.com/",
    "https://accounts.google.com/"
  ],
  "webview": {
    "partitions": [
      {
        "name": "googleapi",
        "accessible_resources": [
          "www/sandy.html",
          "*.js",
          "*.css",
          "*.png"
        ]
      }
    ]
  },
  "oauth2": {
    "client_id": "943435102312-0b1s8qq9rlg278tt9m4eq3lhnpm7g18i.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/drive.appdata"
    ]
  }
}