Examine source code of Spider Solitaire 2 Suit

Inspect and view changes in Spider Solitaire 2 Suit source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Spider Solitaire 2 Suit",
  "version": "1.0.3",
  "description": "Play Spider Solitaire 2 Suit! Stack cards in descending order from King to Ace to remove them from tableau. No registration needed.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  }
}