Flying Focus

Flying Focus

Adds a transition to the focus outline when you tab around inputs, buttons, and links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Flying Focus",
  "version": "1.4.0",
  "description": "Adds a transition to the focus outline when you tab around inputs, buttons, and links.",
  "content_scripts": [
    {
      "js": [
        "flying-focus.js"
      ],
      "css": [
        "flying-focus.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "author": "Nikita Vasilyev",
  "homepage_url": "http://n12v.com/focus-transition/"
}