Solitaire Collection & FreeCell Deal Finder

Solitaire Collection & FreeCell Deal Finder

▶️Play Solitaire, Spider & FreeCell. ✅Lookup FreeCell Deals by Game Number. ✅10000+ free card games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "3.0.3",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "author": "Alfred Torbjonsen",
  "homepage_url": "https://online-solitaire.com/",
  "short_name": "Solitaire",
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  }
}