Fokal

Fokal

Select text by habit when reading? Add background dimming or use softer selection shapes for better readability.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fokal",
  "description": "Select text by habit when reading? Add background dimming or use softer selection shapes for better readability.",
  "version": "8",
  "icons": {
    "128": "fokal.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "fokal.js"
      ]
    }
  ],
  "options_page": "options.html"
}