Chess.com Insights

Chess.com Insights

Shows Win/Lose/Draw and average accuracy for players on chess.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chess.com Insights",
  "description": "Shows Win/Lose/Draw and average accuracy for players on chess.com",
  "author": "thieleju",
  "manifest_version": 3,
  "version": "2.6.0",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "action": {
    "default_locale": "en",
    "default_title": "Chess.com Insights",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/insights.ts-loader-98a8d3bd.js"
      ],
      "matches": [
        "https://*.chess.com/play/online*",
        "https://*.chess.com/play/online/*",
        "https://*.chess.com/game/daily/*",
        "https://*.chess.com/game/live/*",
        "https://*.chess.com/live/game/*",
        "https://*.chess.com/analysis/game/live/*"
      ]
    }
  ],
  "host_permissions": [
    "https://*.chess.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.chess.com/*",
        "https://*.chess.com/*",
        "https://*.chess.com/*",
        "https://*.chess.com/*",
        "https://*.chess.com/*",
        "https://*.chess.com/*"
      ],
      "resources": [
        "assets/settings-abecc796.js",
        "assets/insights.ts-1c801290.js"
      ],
      "use_dynamic_url": true
    }
  ]
}