28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "EJClaw Ops",
|
|
"short_name": "EJClaw",
|
|
"description": "EJClaw operations console",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone", "browser"],
|
|
"background_color": "#f3efe4",
|
|
"theme_color": "#2b3726",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["productivity", "utilities"],
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|