Examine source code of 2048 juega en línea gratis chrome

Inspect and view changes in 2048 juega en línea gratis chrome 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",
  "manifest_version": 3,
  "name": "2048 juega en línea gratis chrome",
  "version": "1.0",
  "description": "2048 es un juego de rompecabezas fácil y divertido. Incluso si no te gustan los números, te encantará este juego.",
  "action": {
    "default_icon": "icon-128x128.png"
  },
  "background": {
    "service_worker": "bg.js"
  },
  "icons": {
    "128": "icon-128x128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}