{
    "name": "all.gift — Free Online Store",
    "short_name": "all.gift",
    "description": "Create your free branded online store. Sell gift cards and products with Stripe checkout.",
    "start_url": "/dashboard.php",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0D6E4F",
    "orientation": "any",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/assets/img/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/img/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["business", "shopping"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard.php",
            "icons": [{"src": "/favicon.svg", "sizes": "any"}]
        },
        {
            "name": "Products",
            "url": "/products.php",
            "icons": [{"src": "/favicon.svg", "sizes": "any"}]
        },
        {
            "name": "Orders",
            "url": "/orders.php",
            "icons": [{"src": "/favicon.svg", "sizes": "any"}]
        }
    ]
}
