Inspect and view changes in Tower Builder 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",
"name": "Tower Builder",
"description": "Build your own Tower for fun!",
"version": "1.0",
"manifest_version": 3,
"permissions": [],
"action": {
"default_popup": "Tower.html",
"default_icon": {
"16": "/images/icon_16.png",
"32": "/images/icon_32.png",
"48": "/images/icon_48.png",
"128": "/images/icon_128.png"
}
}
}