first commit

This commit is contained in:
2025-09-24 12:40:09 +02:00
commit 47eb9d880f
429 changed files with 49841 additions and 0 deletions

22
manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "CircuitJS1",
"short_name": "CircuitJS1",
"start_url": "/circuit/circuitjs.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#2196f3",
"description": "Circuit Simulator",
"icons": [
{
"src": "/circuit/icon512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/circuit/icon1024.png",
"sizes": "128x128",
"type": "image/png"
}
]
}