Spider Solitaire

Spider Solitaire

The Spider Solitaire you know and love. With three difficulty levels, you'll never tire of this classic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.4",
  "manifest_version": 2,
  "offline_enabled": true,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "img/icons/chrome/spider-16.png",
    "48": "img/icons/chrome/spider-48.png",
    "128": "img/icons/chrome/spider-128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}