Offline Solitaire

Offline Solitaire

A Solitaire (Klondike) game that can be played with no internet connection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Offline Solitaire",
  "description": "A Solitaire (Klondike) game that can be played with no internet connection.",
  "version": "11",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://offlinebrowsergames.appspot.com/index.html",
      "http://offlinebrowsergames.appspot.com/script.js",
      "http://offlinebrowsergames.appspot.com/style.css",
      "http://offlinebrowsergames.appspot.com/cards103x143.png"
    ],
    "launch": {
      "web_url": "http://offlinebrowsergames.appspot.com/index.html"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [],
  "offline_enabled": true
}