diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 70442f8..963b550 100644 --- a/manifest.json +++ b/manifest.json @@ -6,12 +6,16 @@ "icons": { "48": "icons/48.png" }, + "permissions": [ + "<all_urls>" + ], "content_scripts": [ { "matches": [ "*://*.twitch.tv/*" ], "js": [ + "api.js", "chat.js", "extension.js" ] |
