Freecell

Freecell

Check out the latest version of Freecell!

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.1",
  "manifest_version": 2,
  "offline_enabled": true,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "img/icons/chrome/freecell-16.png",
    "48": "img/icons/chrome/freecell-48.png",
    "128": "img/icons/chrome/freecell-128.png",
    "256": "img/icons/chrome/freecell-256.png"
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}