Crescent Solitaire

Crescent Solitaire

Use cards with matching suits from the crescent to build your piles up from Ace to King and down from King to Ace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.4.28",
  "offline_enabled": true,
  "manifest_version": 2,
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}