Examine source code of Eduzone

Inspect and view changes in Eduzone 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": "Eduzone",
  "description": "Eduzone",
  "version": "1.2.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"
  }
}