Add phenotype cloning, failure atlas, AI court session, and clearance L0-L4
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
57
server/web/public/manifest.webmanifest
Normal file
57
server/web/public/manifest.webmanifest
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "AetherForge",
|
||||
"short_name": "AetherForge",
|
||||
"description": "Fleet command & control — mine, manage and monitor your nodes from anywhere.",
|
||||
"start_url": "/dashboard",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait-primary",
|
||||
"background_color": "#080604",
|
||||
"theme_color": "#c9a227",
|
||||
"categories": ["utilities", "productivity"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/af-logo.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/af-logo.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"screenshots": [],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Command Deck",
|
||||
"short_name": "Deck",
|
||||
"description": "Open fleet dashboard",
|
||||
"url": "/dashboard",
|
||||
"icons": [{ "src": "/af-logo.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Crucible",
|
||||
"short_name": "Ops",
|
||||
"description": "Remote operations theater",
|
||||
"url": "/crucible",
|
||||
"icons": [{ "src": "/af-logo.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "ROI Intelligence",
|
||||
"short_name": "ROI",
|
||||
"description": "Earnings & profitability",
|
||||
"url": "/roi",
|
||||
"icons": [{ "src": "/af-logo.png", "sizes": "192x192" }]
|
||||
},
|
||||
{
|
||||
"name": "Activity Feed",
|
||||
"short_name": "Feed",
|
||||
"description": "Live event stream",
|
||||
"url": "/activity",
|
||||
"icons": [{ "src": "/af-logo.png", "sizes": "192x192" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user