EdClub

EdClub

This app services as a shortcut for landing students into the correct EdClub login page. If you already have an EdClub account, you…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EdClub",
  "version": "3.1",
  "minimum_chrome_version": "23",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "webview",
    "https://s.edclub.com/",
    "http://s.edclub.com/"
  ]
}