32 lines
724 B
JSON
32 lines
724 B
JSON
{
|
|
"name": "MAOS IPFS Portal",
|
|
"short_name": "IPFS Portal",
|
|
"description": "Decentralized storage management for your IPFS node",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0a0e17",
|
|
"theme_color": "#0891b2",
|
|
"orientation": "any",
|
|
"categories": ["utilities", "productivity"],
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|