From 46f98f8f2bc7c2ee03e695074296e78d8a06ac74 Mon Sep 17 00:00:00 2001 From: Yavuz Korkmaz Date: Sun, 30 Nov 2025 18:55:39 +0300 Subject: [PATCH] mv3 --- chrome/manifest.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 2d6f321..080517a 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,12 +1,10 @@ { - "manifest_version": 2, + "manifest_version": 3, "name": "postMessage-tracker", "description": "Monitors and indicates postMessage-listeners in the current window.", "version": "1.0.0", "background": { - "scripts": [ - "background.js" - ] + "scripts": "service_worker": "background.js" }, "content_scripts": [ { @@ -24,7 +22,7 @@ "page": "options.html", "chrome_style": true }, - "browser_action": { + "action": { "default_popup": "popup.html" }, "permissions": [ @@ -33,4 +31,4 @@ "http:\/\/*\/", "https:\/\/*\/" ] -} \ No newline at end of file +}