Inspect and view changes in Element Puzzle 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": "Element Puzzle",
"description": "Solve a series of challenging puzzles by collecting tokens and turning your element into Earth, Water, Fire and Air",
"version": "1.0.0.2",
"manifest_version": 2,
"homepage_url": "http://suntemple.co",
"app": {
"launch": {
"web_url": "http://suntemple.co/html5/element-puzzle-game"
}
},
"icons": {
"16": "icon-16.png",
"128": "icon-128.png",
"256": "icon-256.png"
},
"permissions": [
"unlimitedStorage"
],
"offline_enabled": false
}