Common Sense Education - Powered by Exploros

Exploros is a collaborative learning experience delivery platform for teachers and students.
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": "Common Sense Education - Powered by Exploros",
  "short_name": "Common Sense",
  "version": "1.0.13",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "app": {
    "launch": {
      "web_url": "http://www.exploros.com/cse"
    }
  },
  "description": "Exploros is a collaborative learning experience delivery platform for teachers and students.",
  "icons": {
    "16": "img/logo-16.png",
    "128": "img/ex-CSE_Icon_128x128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}