Socrative Student

Socrative Student

Socrative Student Chrome App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Socrative Student",
  "short_name": "Socrative",
  "author": "MasteryConnect, Inc.",
  "description": "Socrative Student Chrome App",
  "version": "2.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://b.socrative.com/student/",
      "http://b.socrative.com/login/student/"
    ],
    "launch": {
      "web_url": "http://b.socrative.com/login/student/",
      "container": "tab"
    }
  },
  "icons": {
    "128": "student-128.png"
  }
}