Tetris Game-Puzzle Games

Tetris Game-Puzzle Games

The classic Tetris game is played by guiding the mouse or clicking the buttons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "background": {
    "service_worker": "back.js"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    },
    "default_popup": "popup.html",
    "default_title": "Tetris 3D New Tab for Chrome"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "version": "18"
}