This commit is contained in:
Joerg Dorgeist
2026-01-14 10:15:44 +01:00
commit 98feed1934
3 changed files with 482 additions and 0 deletions

14
app.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Test Chrome App</title>
</head>
<body>
<h1>Chrome App Test</h1>
<p>If you see this, the Chrome App loaded successfully!</p>
<p>Check the console for TCP server status.</p>
<script>
console.log('App window loaded');
</script>
</body>
</html>