BookNook

BookNook

The platform for person-to-person reading instruction anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BookNook",
  "short_name": "BookNook",
  "description": "The platform for person-to-person reading instruction anywhere.",
  "version": "2.4.0.8",
  "manifest_version": 2,
  "icons": {
    "96": "icons/96.png",
    "128": "icons/128.png",
    "144": "icons/144.png",
    "192": "icons/192.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "webview"
  ]
}