Inspect and view changes in Royal Gems Deluxe 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": "Royal Gems Deluxe",
"description": "Shuffle and shift the falling group of gems so that they can form a horizontal or a vertical or a diagonal line of similar gems. ",
"version": "1.0.0.3",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://netfreedomgames.com/chrome_apps/royal_gems_deluxe/index.html"
],
"launch": {
"web_url": "http://netfreedomgames.com/chrome_apps/royal_gems_deluxe/index.html"
}
}
}