Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitch Resizer",
"version": "2.14",
"description": "Move and resize chat, video, and follower boxes",
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/gql.twitch.tv\/gql",
"https:\/\/usher.ttvnw.net\/*\/*",
"https:\/\/video-weaver.atl01.hls.ttvnw.net\/*\/*"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
}