Inspect and view changes in Cricket Memory 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": 2,
"name": "Cricket Memory",
"short_name": "Memory",
"version": "3.5.0",
"description": "This is a matching game that tests the player's memory.",
"icons": {
"16": "Images/FavIcon16.png",
"48": "Images/FavIcon48.png",
"128": "Images/FavIcon128.png"
},
"app": {
"background": {
"scripts": [
"Memory.js",
"MemoryTime.js",
"MemoryGame.js",
"MemoryKey.js",
"MemoryListen.js",
"MemoryBook.js"
]
}
},
"offline_enabled": true
}