Daily Chess Puzzle

Daily Chess Puzzle

Solve chess.com's Daily Puzzle with unlimited access to the puzzle archives, for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Solve chess.com's Daily Puzzle with unlimited access to the puzzle archives, for free!",
  "version": "1.1.0",
  "name": "Daily Chess Puzzle",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon48.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}