{
    "name": "Farmers Hope Agro",
    "short_name": "FarmersHope",
    "description": "Farm Inputs & Shop Management System — sales, inventory, receipts and more.",
    "start_url": "/shop",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "portrait-primary",
    "theme_color": "#2e650c",
    "background_color": "#ffffff",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "productivity", "finance"],
    "shortcuts": [
        {
            "name": "Shop Dashboard",
            "short_name": "Shop",
            "description": "Open the Shop panel",
            "url": "/shop",
            "icons": [{ "src": "/icons/shortcut-shop.svg", "sizes": "96x96" }]
        },
        {
            "name": "New Sale",
            "short_name": "New Sale",
            "description": "Record a new sale",
            "url": "/shop/my-shop-sales/create",
            "icons": [{ "src": "/icons/shortcut-sale.svg", "sizes": "96x96" }]
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/icons/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Shop Dashboard"
        }
    ],
    "prefer_related_applications": false
}
