From 5af7121ef495ce4d04b39da470331dd6421025d9 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 11 Dec 2025 23:14:29 +0500 Subject: initial commit --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..70442f8 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 2, + "name": "TinyExtension", + "version": "0.1.0", + "description": "TinyEmotes support for Twitch chat", + "icons": { + "48": "icons/48.png" + }, + "content_scripts": [ + { + "matches": [ + "*://*.twitch.tv/*" + ], + "js": [ + "chat.js", + "extension.js" + ] + } + ] +} \ No newline at end of file -- cgit v1.2.3