Skip to content

Commit

Permalink
⬆️ Bump version: v0.1.8 / Update manifest matches
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsamd17 committed Sep 24, 2023
1 parent d8e335a commit 9fd91a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"]
}
]
}

0 comments on commit 9fd91a4

Please sign in to comment.