Balls Maze is a classic puzzle game, perfect for taking a quick break to train your brain.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "GAMESCE",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"default_locale": "en",
"version": "1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": {
"128": "128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"bookmarks",
"topSites"
],
"icons": {
"128": "128.png"
},
"update_url": "https://clients2.google.com/service/update2/crx"
}