@mytec Phase 1 - Core UI & Manual Input, Phase 2 - RF Calculation Engine, Phase 3 - Heatmap Visualization

This commit is contained in:
2026-01-30 07:12:00 +02:00
parent 343c8e078d
commit 18a7d6de81
41 changed files with 6014 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "RFCP - RF Coverage Planner",
"short_name": "RFCP",
"description": "RF Coverage Planning Tool for wireless network deployment",
"start_url": "/",
"display": "standalone",
"background_color": "#1e293b",
"theme_color": "#2563eb",
"orientation": "any",
"icons": [
{
"src": "/vite.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}