{
    "name": "Kollectia",
    "short_name": "Kollectia",
    "description": "The ultimate platform for collectors - manage, showcase, and trade your collections",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-64x64.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "categories": ["lifestyle", "social", "shopping"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "related_applications": [],
    "scope": "/",
    "shortcuts": [
        {
            "name": "My Collections",
            "short_name": "Collections",
            "description": "View your collections",
            "url": "/collections",
            "icons": [{"src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
        },
        {
            "name": "Marketplace",
            "short_name": "Market",
            "description": "Browse the marketplace",
            "url": "/marketplace",
            "icons": [{"src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
        },
        {
            "name": "Add Item",
            "short_name": "Add",
            "description": "Add a new item",
            "url": "/items/create",
            "icons": [{"src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png"}]
        }
    ]
}

