Literacy Tool

Literacy Tool

The Literacy Tool will help you DISCOVER, UNDERSTAND and EXPLORE online scientific texts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Literacy Tool",
  "author": "The Literacy Tool team",
  "description": "The Literacy Tool will help you DISCOVER, UNDERSTAND and EXPLORE online scientific texts.",
  "version": "1.1.0.305",
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": "greenlogo128.png"
  },
  "background": {
    "scripts": [
      "loadTool.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "greenlogo16.png",
    "48": "greenlogo48.png",
    "128": "greenlogo128.png"
  }
}