Dyslex.ie

Dyslex.ie

Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dyslex.ie",
  "description": "Dyslex.ie helps people improve their reading ability by tailoring the format of the webpage to your needs.",
  "version": "1.0.2",
  "background": {
    "scripts": [
      "/static/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo-128.png",
    "icons": {
      "16": "logo-16.png",
      "48": "logo-48.png",
      "128": "logo-128.png"
    }
  },
  "permissions": [
    "https://*/*",
    "activeTab",
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "static/fonts/*"
  ]
}