Examine source code of Solitaire Collection - VAWLT

Inspect and view changes in Solitaire Collection - VAWLT 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
{
  "manifest_version": 2,
  "offline_enabled": true,
  "name": "__MSG_appName__",
  "short_name": "Solitaire",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.22.20.10",
  "author": "VAWLT LLC",
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "browser_action": {
    "default_icon": "icon-32x32.png",
    "default_title": "Solitaire Collection - VAWLT",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}