Solitaire

Solitaire

Play the solitaire card game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Solitaire",
  "description": "Play the solitaire card game",
  "version": "0.1",
  "sandbox": {
    "pages": [
      "solitaire.html"
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "img-16.png",
    "128": "img-128.png"
  }
}