Inspect and view changes in Vegas Solitaire TriPeaks 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",
"name": "Vegas Solitaire TriPeaks",
"description": "Play TriPeaks Solitaire and enjoy a free card game for Solitaire & Patience fans!",
"version": "1.7.0",
"manifest_version": 2,
"author": "Gregor Haag",
"icons": {
"16": "48.png",
"48": "48.png",
"128": "128.png"
},
"app": {
"urls": [
"http://gregorhaag.com/html5-games/vegas-solitaire-tripeaks/index.html"
],
"launch": {
"web_url": "http://gregorhaag.com/html5-games/vegas-solitaire-tripeaks/index.html"
}
}
}