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",
"name": "Click to Pause for Twitch",
"manifest_version": 3,
"version": "1.1.1",
"description": "Click the Twitch video to pause.",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png",
"128": "img\/icon\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitch.tv\/*"
],
"js": [
"script.js"
]
}
]
}