Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Color Water Sort 3D Game - Free - Offline available - No ads",
"version": "1.0.3",
"description": "Play Color Water Sort 3D Game in Browser - Offline available - No ads - Free",
"icons": {
"128": "icon\/128.png"
},
"sandbox": {
"pages": [
"game\/index.html"
]
},
"offline_enabled": true,
"action": {
"default_title": "Color Water Sort 3D Game"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data:;"
}
}