Learn iLit

Learn iLit

Savvas Learning Company (iLit) is a comprehensive literacy solution designed to produce two or more years of reading growth in a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Learn iLit",
  "version": "9.3.13",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js",
        "js/chromeUtility.js",
        "js/customchromeserver/wsc-chrome.js"
      ],
      "persistent": false
    }
  },
  "icons": {
    "16": "media/[email protected]",
    "48": "media/[email protected]",
    "128": "media/[email protected]"
  },
  "permissions": [
    "fullscreen",
    "overrideEscFullscreen",
    "identity",
    "https://www.google-analytics.com/",
    "storage",
    "webview",
    "<all_urls>",
    "http://*/*",
    "notifications",
    "system.network",
    "system.display",
    "unlimitedStorage",
    "http://127.0.0.1/",
    "*://*/*",
    "notifications",
    "browser",
    "audioCapture",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen"
      ]
    }
  ],
  "sockets": {
    "udp": {
      "send": [
        ""
      ],
      "bind": [
        ""
      ],
      "multicastMembership": ""
    },
    "tcp": {
      "connect": [
        ""
      ]
    },
    "tcpServer": {
      "listen": [
        "*:*"
      ]
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "trusted",
        "accessible_resources": [
          "*.html",
          "*.png",
          "*.jpeg",
          "*.js",
          "*.css",
          "*.jpg",
          "*.gif",
          "http://*/*",
          "<all_urls>",
          "http://127.0.0.1:*/*",
          "*://*/*",
          "browser"
        ]
      }
    ]
  },
  "externally_connectable": {
    "matches": [
      "http://127.0.0.1:*/App/*",
      "http://localhost:*/*",
      "https://bts19t.classviewapi.com/*",
      "https://iseriesqa-bts2017.learningmate.com/*",
      "https://bts19p.classviewapi.com/*"
    ],
    "accepts_tls_channel_id": false
  }
}