Contexto On Stream

Contexto On Stream

Lets you play contexto with the twitch chat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Contexto On Stream",
  "version": "2.0.0",
  "description": "Lets you play contexto with the twitch chat",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://contexto.me/*"
      ],
      "js": [
        "loader.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject/*"
      ],
      "matches": [
        "https://contexto.me/*"
      ]
    }
  ]
}