Examine source code of Awesome Edu

Inspect and view changes in Awesome Edu 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": "Awesome Edu",
  "description": "Links into Google Play for EDU",
  "version": "0.1.8",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "identity"
  ],
  "oauth2": {
    "client_id": "68384431337-74lrf2bqhre29vpn003i435t76u98lml.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/googleplay.inapp.readonly"
    ]
  }
}