adding examples

This commit is contained in:
Tommy D. Rossi
2025-11-13 19:42:44 +01:00
parent ac5322e580
commit ec02a90812
57 changed files with 8226 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// Create DevTools panel
chrome.devtools.panels.create(
"Kapture",
null,
"panel.html"
);