mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 13:06:43 +02:00
refactor: restructure
monorepo with apps/ and services/ directories
This commit is contained in:
parent
25824ed0ac
commit
ff80aeec1f
4062 changed files with 2592 additions and 1278 deletions
|
|
@ -1,28 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Debug Extension Storage</title>
|
||||
<style>
|
||||
body { font-family: Arial; padding: 20px; }
|
||||
.section { margin: 20px 0; }
|
||||
button { padding: 10px; margin: 5px; }
|
||||
pre { background: #f5f5f5; padding: 10px; border-radius: 5px; max-height: 400px; overflow-y: auto; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kokon Extension Debug</h1>
|
||||
|
||||
<div class="section">
|
||||
<button id="checkBtn">Check Chrome Storage</button>
|
||||
<button id="clearBtn">Clear Chrome Storage</button>
|
||||
<button id="testBtn">Set Test Data</button>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h3>Chrome Storage Contents:</h3>
|
||||
<pre id="storageContent">Loading...</pre>
|
||||
</div>
|
||||
|
||||
<script src="debug.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue