{
    "name": "Shantipatra Plastics Pvt Ltd",
    "short_name": "Shantipatra",
    "description": "Pioneers in the tape industry, offering water-based acrylic emulsion self-adhesive BOPP Tapes for more than 20 years.",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay"],
    "background_color": "#ffffff",
    "dir": "ltr",
    "lang": "en-US",
    "theme_color": "#ffffff",
    "scope": "/",
    "orientation": "any",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon-180x180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon512_maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon512_rounded.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/deverp.shantipatra.com_.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Homepage of Shantipatra Plastics"
        },
        {
            "src": "/screenshots/deverp.shantipatra.com_(iPhone 12 Pro).png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile view of Shantipatra Plastics"
        }
    ],
    "file_handlers": [
        {
            "action": "/handle-files/",
            "accept": {
                "application/pdf": [".pdf"],
                "image/*": [".png", ".jpg", ".jpeg",".gif",".svg"]
            }
        }
    ],
    "handle_links": "preferred",
    "protocol_handlers": [
        {
            "protocol": "web+shantipatra",
            "url": "/protocol-handler?url=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Products",
            "url": "/products",
            "description": "View our product catalog",
            "icons": [
                {
                    "src": "/icons/products-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share-target/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": ["image/*", "video/*"]
                }
            ]
        }
    }
}