change MANIFEST_URL_FOUND to MANIFEST_URL

This commit is contained in:
voldemort 2025-07-21 22:57:28 +07:00
parent 867294f7f6
commit d0154fd6c1

View File

@ -78,7 +78,7 @@ window.addEventListener("message", function (event) {
console.log("[CDRM-Extension] ✅ [content.js] Unique manifest URL:", url);
chrome.runtime.sendMessage({
type: "MANIFEST_URL_FOUND",
type: "MANIFEST_URL",
data: url,
});
}