I Love Weiqi

I Love Weiqi

Replace builtin Weiqi viewer with a beautiful and intuitive viewer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "I Love Weiqi",
  "version": "0.5.1",
  "description": "Replace builtin Weiqi viewer with a beautiful and intuitive viewer",
  "background": "background.html",
  "options_page": "options.html",
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "iloveweiqi.js"
      ]
    }
  ],
  "permissions": []
}