Move VG-Observe module identity into dedicated module file

Dieser Commit ist enthalten in:
2026-05-26 14:26:41 +02:00
Ursprung c083e4332e
Commit da60f11f51
2 geänderte Dateien mit 14 neuen und 7 gelöschten Zeilen
+1 -7
Datei anzeigen
@@ -1,12 +1,6 @@
console.log("VG-Observe background loaded");
globalThis.VGCoreModuleRegistry.registerModule({
id: "vg-observe",
name: "VG-Observe",
description: "TCF, CMP, GVL and consent evidence observation module",
kind: "evidence",
status: "active",
});
// VG-Observe module registration lives in src/modules/vg-observe/module.js.
const OFFICIAL_IAB_GVL_URL =
"https://vendor-list.consensu.org/v3/vendor-list.json";