Sudoku Game

Sudoku Game

Play Sudoku at any time, the puzzle game is always in your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "files/newtabpromo_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-white128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appButtonDesc__"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon-white16.png",
    "48": "icons/icon-white48.png",
    "128": "icons/icon-white128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [],
  "version": "1.0.0.17resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a9fd6d83-85e4-4e1d-879a-74858c251951}"
    }
  }
}