TETRAIN

TETRAIN

TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TETRAIN",
  "version": "2.0.4",
  "description": "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.",
  "author": "Roxiun & TheSavageTeddy",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": "app/img/tetrain_128x.png",
    "default_popup": "popup.html",
    "default_title": "TETRAIN"
  },
  "options_ui": {
    "page": "app/html/settings.html",
    "open_in_tab": true
  },
  "icons": {
    "128": "app/img/128.png"
  },
  "offline_enabled": true,
  "manifest_version": 3
}