improved chatterino native

This commit is contained in:
fourtf
2018-05-28 18:25:19 +02:00
parent cded61d28d
commit 0f8375a2f3
11 changed files with 378 additions and 142 deletions
+14 -2
View File
@@ -3,7 +3,8 @@
"version": "1.0",
"description": "xd",
"permissions": [
"tabs", "nativeMessaging"
"tabs",
"nativeMessaging"
],
"icons": {
"256": "icon.png"
@@ -17,5 +18,16 @@
},
"browser_action": {
"default_popup": "popup.html"
}
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://www.twitch.tv/*"
],
"js": [
"inject.js"
]
}
]
}