GoConqr

GoConqr

GoConqr is a personal learning environment that allows students & teachers to create, discover and share learning resources.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GoConqr",
  "short_name": "GoConqr",
  "description": "GoConqr is a personal learning environment that allows students & teachers to create, discover and share learning resources.",
  "version": "2",
  "app": {
    "urls": [
      "*://www.goconqr.com/"
    ],
    "launch": {
      "web_url": "https://www.goconqr.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}