Sudoku

Sudoku

Play an infinite number of Sudoku puzzles for free online. **NEW I've had a few comments about the input bubble. I've changed…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sudoku",
  "version": "1.2.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "sudoku_icon.png"
  },
  "app": {
    "urls": [
      "http://www.isudokugames.com/ChromeSudoku.html"
    ],
    "launch": {
      "web_url": "http://www.isudokugames.com/ChromeSudoku.html"
    }
  }
}