Inspect and view changes in The Solitaire 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": 3,
"name": "The Solitaire",
"version": "1.0",
"description": "Find the Perfect Solitaire Game for You, Right in Your Browser!",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "/assets/icons/16.png",
"48": "/assets/icons/48.png",
"128": "/assets/icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "55269a9asdaasdsdasew@thesolitaire.com"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}