Solitaire Card Games Collection

Solitaire Card Games Collection

Your Shortcut to the World of Solitaire Card Games, including FreeCell, Klondike, and Spider!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Solitaire Card Games Collection",
  "description": "Your Shortcut to the World of Solitaire Card Games, including FreeCell, Klondike, and Spider!",
  "version": "1.2",
  "homepage_url": "https://magbei.com/solitaire-games/",
  "offline_enabled": true,
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_icon": "assets/icons/128.png",
    "default_title": "Solitaire Card Games Collection",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "assets/js/inout.js"
  }
}