{
    "name": "Airsoft Market PT",
    "short_name": "AMP",
    "description": "O marketplace de airsoft em Portugal. Compra, vende e troca equipamento.",
    "lang": "pt-PT",
    "start_url": "/?pwa=1",
    "id": "/?pwa=1",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "browser"],
    "orientation": "portrait-primary",
    "theme_color": "#6B8F47",
    "background_color": "#0D0F0E",
    "categories": ["shopping", "sports"],
    "icons": [
        { "src": "/icons/icon-72.png",           "sizes": "72x72",   "type": "image/png" },
        { "src": "/icons/icon-96.png",           "sizes": "96x96",   "type": "image/png" },
        { "src": "/icons/icon-128.png",          "sizes": "128x128", "type": "image/png" },
        { "src": "/icons/icon-144.png",          "sizes": "144x144", "type": "image/png" },
        { "src": "/icons/icon-152.png",          "sizes": "152x152", "type": "image/png" },
        { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-384.png",          "sizes": "384x384", "type": "image/png" },
        { "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" }
    ],
    "shortcuts": [
        {
            "name": "Publicar anúncio",
            "short_name": "Publicar",
            "description": "Criar um novo anúncio",
            "url": "/listings/create?pwa=1",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Ver feed",
            "short_name": "Feed",
            "description": "Feed de vendedores seguidos",
            "url": "/a-seguir?pwa=1",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Mensagens",
            "short_name": "Chat",
            "description": "As minhas conversas",
            "url": "/mensagens?pwa=1",
            "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/screenshot-home.jpg",
            "sizes": "390x844",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Página inicial do Airsoft Market PT"
        },
        {
            "src": "/screenshots/screenshot-listing.jpg",
            "sizes": "390x844",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Detalhe de anúncio"
        }
    ],
    "prefer_related_applications": false,
    "edge_side_panel": { "preferred_width": 400 }
}
