Inspect and view changes in Crossword Puzzles 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": "Crossword Puzzles",
"description": "Crossword Puzzles game combines the best of word searching and crosswords for tremendous brain challenging fun!",
"version": "0.0.0.1",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://xpgameplus.com/games/wordpuzzle/index.html"
],
"launch": {
"web_url": "http://xpgameplus.com/games/wordpuzzle/index.html"
}
}
}