Play the new & improved version of Tetrys!
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": "Tetrys 2.0",
"version": "1.0.3",
"description": "Play the new & improved version of Tetrys!",
"action": {
"default_popup": "popup.html",
"default_title": "Tetris 2.0"
},
"icons": {
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"permissions": [],
"host_permissions": [],
"background": {},
"web_accessible_resources": [],
"content_scripts": []
}