Archived
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "PI WEB",
|
|
"short_name": "PI WEB",
|
|
"description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"background_color": "#0d1117",
|
|
"theme_color": "#0d1117",
|
|
"icons": [
|
|
{
|
|
"src": "./pwa-icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "./pwa-icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|