Learning Center

Learning Center

Interactive Learning Center

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Learning Center",
  "description": "Interactive Learning Center",
  "version": "0.5",
  "author": "Ensomniac Studio",
  "manifest_version": 2,
  "kiosk_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "http://learning.snug.center/*",
    "http://remote.snug.center/*"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://*.google.com/*"
    ]
  },
  "icons": {
    "16": "learning_center_16.png",
    "128": "learning_center_128.png"
  }
}