{
    "name": "LoomLane",
    "short_name": "LoomLane",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#FFF8F3",
    "theme_color": "#7B2D42",
    "description": "A curated saree marketplace.",
    "orientation": "portrait-primary",
    "_related_applications_comment": "⚑ The Play app is DECLARED and PREFERRED so Chrome on Android never offers to install this manifest as a WebAPK. Without these two members Chrome treats loomlane.org as an app with no native counterpart and offers 'Install app' even on a phone that already has com.shaatika.app — producing a SECOND launcher icon, identical in name and icon to the Play Store one, with its own separate storage and login session. That is exactly the duplicate a buyer reported (2026-08-08). Chrome desktop ignores a 'play' platform entry, so the web app stays installable there; only the Android duplicate is suppressed. Do NOT flip prefer_related_applications back to false — the duplicate returns.",
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "id": "com.shaatika.app",
            "url": "https://play.google.com/store/apps/details?id=com.shaatika.app"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}
