Tetr Emote List

Tetr Emote List

Tetr Emote List

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tetr Emote List",
  "description": "Tetr Emote List",
  "version": "1.0.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://tetr.io/*"
      ],
      "js": [
        "test.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://tetr.io/*",
    "*://emotes.kagar.in/*"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png",
    "256": "icon.png"
  }
}