Inspect and view changes in Wazzlex 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": "http://clients2.google.com/service/update2/crx",
"name": "Wazzlex",
"description": "Crossword game where you can play together with everybody on infinite board or battle with other players",
"version": "2.1",
"manifest_version": 2,
"app": {
"urls": [
"http://wazzlex.com/"
],
"launch": {
"web_url": "http://wazzlex.com/"
}
},
"icons": {
"128": "128x128.png"
},
"permissions": []
}