diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-11 23:14:29 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-11 23:14:29 +0500 |
| commit | 5af7121ef495ce4d04b39da470331dd6421025d9 (patch) | |
| tree | 70663989f25929cc0bde7923e42babdc7f50ea3e /manifest.json | |
initial commit
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
