summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json20
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