peg solitaire

peg solitaire

Online peg solitaire to move a peg you select it by clicking (its colour changes), then click a space and it moves there.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "peg solitaire",
  "description": "Online peg solitaire to move a peg you select it by clicking (its colour changes), then click a space and it moves there.",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "solitaire.png"
  },
  "app": {
    "urls": [
      "http://www.ejectamenta.com/solitaire-fullscreen/"
    ],
    "launch": {
      "web_url": "http://www.ejectamenta.com/solitaire-fullscreen/"
    }
  }
}