RM Student

RM Student

For use in your existing RM Tutor-managed classroom, the RM Student app can be installed on each student device running the Google…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RM Student",
  "version": "1.53",
  "icons": {
    "16": "images/school16.png",
    "48": "images/school48.png",
    "128": "images/school128.png"
  },
  "homepage_url": "http://www.rm.com/home",
  "description": "",
  "permissions": [
    "tabs",
    "notifications",
    "management",
    "bookmarks",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>",
    "power"
  ],
  "default_locale": "en",
  "background": {
    "persitent": true,
    "scripts": [
      "js/jquery-1.11.1.min.js",
      "js/yEnc.js",
      "js/pubsub.js",
      "js/listeners.js",
      "js/i18nTranslate.js",
      "js/squash.js",
      "js/showlib.js",
      "js/view.js",
      "js/clipboard.js",
      "js/keyboard.js",
      "js/lock.js",
      "js/chatlib.js",
      "js/utf8.js",
      "js/flag.js",
      "js/comms.commands.js",
      "js/comms.nc.protocol.js",
      "js/comms.js",
      "js/comms.websocket.js",
      "js/comms.nc.js",
      "js/settings.js",
      "js/chromeguts.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/connection.js"
      ]
    }
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/school48.png",
    "default_title": "RM",
    "default_popup": "clientmenu.html"
  },
  "web_accessible_resources": [
    "images/message48.png"
  ],
  "storage": {
    "managed_schema": "NetSupport.Student.managedStorage.json"
  },
  "manifest_version": 2
}