Play Candy Match3 HTML5 game for free!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Candy Match3 Game for Chrome",
"icons": {
"16": "zEoM005/8EuH5.png",
"32": "zEoM005/CtCk0H.png",
"128": "zEoM005/tTUFibV.png",
"256": "zEoM005/EeiVkHUI.png"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"version": "0.5.16",
"action": {
"default_icon": {
"16": "zEoM005/8EuH5.png",
"32": "zEoM005/CtCk0H.png",
"128": "zEoM005/tTUFibV.png",
"256": "zEoM005/EeiVkHUI.png"
},
"default_popup": "cUtpV.html",
"default_title": "Candy Match3 Game for Chrome"
},
"offline_enabled": true,
"background": {
"service_worker": "GqxOhyT.js"
},
"description": "Play Candy Match3 HTML5 game for free!"
}