Numbies is a new numbers and strategy game that lets you play against friends!
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",
"app": {
"urls": [
"https://www.playspace.com/es/juego/numbies"
],
"launch": {
"web_url": "http://www.playspace.com/home/game/numbies/redirect?idEnvironment=1&psAffiliate=782"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
],
"icons": {
"16": "images/icon_16.png",
"19": "images/icon_19.png",
"38": "images/icon_38.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png",
"1024": "images/icon_1024.png"
},
"version": "1.0.2",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"default_locale": "es",
"offline_enabled": true,
"manifest_version": 2
}