Tetrys 2.0

Tetrys 2.0

Play the new & improved version of Tetrys!

Merlin
Additional files are visible only to premium users

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": []
}