From 3ef6044be93e16ebc5325921ebfcc5c89878e999 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 11 Dec 2025 23:49:13 +0500 Subject: feat: fetch data from api --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifest.json') 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": [ + "" + ], "content_scripts": [ { "matches": [ "*://*.twitch.tv/*" ], "js": [ + "api.js", "chat.js", "extension.js" ] -- cgit v1.2.3