diff --git a/chrome/manifest.json b/chrome/manifest.json index 8d2e081..d8e062b 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Sam's Twitch Addons", "description": "Sam's Twitch Addons, adding QoL features, updates and fixes to twitch.tv", - "version": "0.1.7", + "version": "0.1.8", "author": "yungsamd17", "homepage_url": "https://github.com/yungsamd17/Twitch-Addons", "icons": { @@ -29,6 +29,10 @@ { "matches": ["https://player.twitch.tv/*", "https://embed.twitch.tv/*"], "js": ["scripts/player.js"] + }, + { + "matches": ["https://clips.twitch.tv/*"], + "js": ["scripts/clips.js"] } ] }