OGS Kbd Nav

OGS Kbd Nav

OGS keyboard navigation to the max.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "OGS Kbd Nav",
  "author": "Philippe Fanaro",
  "version": "1.0.1",
  "description": "OGS keyboard navigation to the max.",
  "content_scripts": [
    {
      "matches": [
        "*://*.online-go.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "favicon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}