1
0
forked from maik/IPFS-portal
Files
IPFS-portal-deploy/public/manifest.json
T

13 lines
323 B
JSON
Raw Normal View History

{
"name": "MAOS IPFS Portal",
"short_name": "IPFS Portal",
"description": "Decentralized storage management for IPFS",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0891b2",
"icons": [
{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
]
}