ScoreNexus TOEFL Practice Tests

ScoreNexus TOEFL Practice Tests

A complete TOEFL Practice Test system for students and their schools/tutors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ScoreNexus TOEFL Practice Tests",
  "description": "A complete TOEFL Practice Test system for students and their schools/tutors.",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "clipboardWrite"
  ],
  "app": {
    "urls": [
      "http://toefl.scorenexus.com/",
      "http://scorenexus.com/shop/",
      "http://toefl.scorenexus.com/auth/",
      "http://toefl.scorenexus.com/student/",
      "http://toefl.scorenexus.com/grader/",
      "http://toefl.scorenexus.com/teacher/",
      "http://toefl.scorenexus.com/school/"
    ],
    "launch": {
      "web_url": "http://toefl.scorenexus.com/",
      "container": "panel",
      "height": 768,
      "width": 1024
    }
  }
}