{
    "name": "Biskoon: Business Marketplace & Networking",
    "short_name": "Biskoon",
    "description": "Global Business Marketplace & Professional Network",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "tabbed",
        "standalone"
    ],
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#004263",
    "icons": [
        {
            "src": "/images/assets/favion/pwa/android/launchericon-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/assets/favion/pwa/android/launchericon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/assets/favion/pwa/screenshots/desktop-1.png",
            "sizes": "3840x2340",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Biskoon Homepage"
        },
        {
            "src": "/images/assets/favion/pwa/screenshots/desktop-2.png",
            "sizes": "3840x2340",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Browse Business Listings"
        },
        {
            "src": "/images/assets/favion/pwa/screenshots/desktop-3.png",
            "sizes": "3840x2340",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Business Details & Networking"
        },
        {
            "src": "/images/assets/favion/pwa/screenshots/mobile-1.png",
            "sizes": "1620x2880",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Biskoon Mobile Home"
        },
        {
            "src": "/images/assets/favion/pwa/screenshots/mobile-2.png",
            "sizes": "1620x2880",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Business Search"
        },
        {
            "src": "/images/assets/favion/pwa/screenshots/mobile-3.png",
            "sizes": "1620x2880",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Business Profile"
        }
    ],
    "categories": [
        "business",
        "networking",
        "productivity",
        "social networking"
    ],
    "id": "biskoon-pwa",
    "dir": "ltr",
    "lang": "en-GB",
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "url": "/",
            "description": "Return to homepage",
            "icons": [
                {
                    "src": "/images/assets/favion/pwa/android/launchericon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Search",
            "short_name": "Search",
            "url": "/search",
            "description": "Quick access to search",
            "icons": [
                {
                    "src": "/images/assets/favion/pwa/android/launchericon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Listings",
            "short_name": "Listings",
            "url": "/listings",
            "description": "Discover business listings",
            "icons": [
                {
                    "src": "/images/assets/favion/pwa/android/launchericon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Social",
            "short_name": "Social",
            "url": "/social",
            "description": "Social newsfeed",
            "icons": [
                {
                    "src": "/images/assets/favion/pwa/android/launchericon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Networking",
            "short_name": "Network",
            "url": "/networking",
            "description": "Business networking",
            "icons": [
                {
                    "src": "/images/assets/favion/pwa/android/launchericon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "file_handlers": [
        {
            "action": "/file-handler",
            "accept": {
                "text/csv": [".csv"],
                "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
                "image/jpeg": [".jpg", ".jpeg"],
                "image/png": [".png"],
                "application/pdf": [".pdf"]
            }
        }
    ],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+biskoon",
            "url": "/protocol-handler?action=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 360
    },
    "note_taking": {
        "new_note_url": "/newnote"
    }
}