﻿{
    id: /store-owner-pwa,
    name: eCartFlow Store Owner,
    short_name: eCartFlow,
    description: Manage your WhatsApp Online Store, Orders, Products and Settings.,
    start_url: /dashboard,
    scope: /,
    display: standalone,
    display_override: [
        standalone,
        minimal-ui,
        window-controls-overlay
    ],
    orientation: portrait,
    theme_color: #1d61f2,
    background_color: #ffffff,
    categories: [
        business,
        shopping
    ],
    icons: [
        {
            src: /assets/icons/icon-192.png,
            sizes: 192x192,
            type: image/png,
            purpose: any
        },
        {
            src: /assets/icons/icon-512.png,
            sizes: 512x512,
            type: image/png,
            purpose: any
        },
        {
            src: /assets/icons/icon-maskable-192.png,
            sizes: 192x192,
            type: image/png,
            purpose: maskable
        },
        {
            src: /assets/icons/icon-maskable-512.png,
            sizes: 512x512,
            type: image/png,
            purpose: maskable
        }
    ]
}
