Shelf It Reader

Shelf It Reader

At EdTech we understand that your students all learn in different ways...Which is why Shelfit is the perfect tool to help you turn…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shelf It Reader",
  "version": "1.2.2",
  "icons": {
    "128": "img/themes/edtech-theme/edtech-app-icon.png"
  },
  "permissions": [
    "https://reader.shelfit.com/",
    "http://159.203.246.134/",
    "http://localhost:3000/",
    "storage",
    "unlimitedStorage",
    "alarms",
    "notifications",
    "webview",
    "<all_urls>",
    {
      "fileSystem": [
        "write",
        "directory",
        "retainEntries"
      ]
    }
  ],
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "minimum_chrome_version": "28"
}