Pyramid Solitaire

Pyramid Solitaire

New updated version of Pyramid Solitaire. New Egyptian themed skin and full screen mode. Now 5 different versions of Pyramid…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Pyramid Solitaire",
  "version": "2.0.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "urls": [
      "http://www.pyramidsolitaire.net/ChromePyramidSolitaire.php"
    ],
    "launch": {
      "web_url": "http://www.pyramidsolitaire.net/ChromePyramidSolitaire.php"
    }
  }
}