Lazy Eye Reader

Lazy Eye Reader

Web reader for treating ambloypia. Increases font size and recolors individual words to red or blue. Requires 3D red-blue glasses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lazy Eye Reader",
  "description": "Web reader for treating ambloypia. Increases font size and recolors individual words to red or blue. Requires 3D red-blue glasses.",
  "version": "0.0.2",
  "icons": {
    "16": "icon_16x16.png",
    "48": "icon_48x48.png",
    "128": "icon_128x128.png"
  },
  "browser_action": {
    "default_icon": "icon_16x16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}