From 9b4bcc6c64eff9045dc8804e9a3f7334ee5744f0 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 17 Jun 2022 00:23:29 +0200 Subject: [PATCH] Update to manifest version 3 --- src/manifest.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 7c5928b..4fee811 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": 2, + "manifest_version": 3, "name": "Stream Bypass", "author": "ByteDream", "description": "A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.", @@ -37,11 +37,21 @@ "permissions": [ "storage" ], - "browser_action": { + "action": { "default_icon": "icons/stream-bypass.png", "default_title": "Stream Bypass", "default_popup": "ui/popup/popup.html" }, + "web_accessible_resources": [ + { + "resources": [ + "ui/hls/*" + ], + "matches": [ + "" + ] + } + ], "icons": { "128": "icons/stream-bypass.png" }