Inspect and view changes in 2048 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",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmPmWOVfM/XZyUjOvZZ6NPm5Kv6K53p3ZXOlvwFwNrMfj2MVC7SXEmqa0/+Oodp8Oc1HuDBlX4UHic8AtEvvnLKlC+AFTXzmH3LRmtxSzN9RP4XSSQtmVGAbA5fg+XhrKvm+v3V/yduhyi3WEKjyPUDplMuJPNHWos2bn1sV04pclc9jkOdOLXwDNBd/PVEgj8Cj7q6Uh4Fy3KC5sMLFJbUdomomzZqT6GcYRbYhQ3sDS1cHYIMQi0X8pDYn/UybQHGoB4gNSILDOXVHiyCCz48cMyWCABbWmarLSzC9VRdnpv8qOzfDUNyr3UKJ6Cteoxd6b0n/rE4ylVUT0IMm/TQIDAQAB",
"name": "2048",
"version": "5",
"app": {
"background": {
"scripts": [
"chrome-app/background.js"
]
}
},
"description": "Slide number tiles to merge them into ever larger numbers! Can you reach 2048?",
"icons": {
"128": "chrome-app/icon-rounded-corners-128.png"
},
"offline_enabled": true,
"permissions": [
"storage"
]
}