Chess.com BestMove Helper

Chess.com BestMove Helper

This extension will analyze chess game position and show the best move by Stockfish engine.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chess.com BestMove Helper",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "This extension will analyze chess game position and show the best move by Stockfish engine.",
  "homepage_url": "http://chess.webera.pro",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_48.png",
    "default_title": "Run!"
  },
  "permissions": [
    "activeTab"
  ]
}