Examine source code of Latin Domino PlaySpace

Inspect and view changes in Latin Domino PlaySpace 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",
  "app": {
    "urls": [
      "https://www.playspace.com/es/juego/dominolatino"
    ],
    "launch": {
      "web_url": "http://www.playspace.com/home/game/dominolatino/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.3",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "es",
  "offline_enabled": true,
  "manifest_version": 2
}