Solitaire FRVR

Solitaire FRVR

A true to the original Klondike Solitaire game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Solitaire FRVR",
  "short_name": "Solitaire",
  "description": "A true to the original Klondike Solitaire game.",
  "version": "1.0.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "offline_enabled": true,
  "permissions": [
    "storage",
    "webview"
  ],
  "icons": {
    "16": "i/icon16x16.png",
    "128": "i/icon128x128.png"
  }
}