{
    "name": "TodasVagas — Emprego em Moçambique",
    "short_name": "TodasVagas",
    "description": "Vagas de emprego em Moçambique. Crie CV, prepare entrevistas e receba alertas de novas oportunidades.",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#4cae36",
    "lang": "pt-MZ",
    "scope": "/",
    "id": "/",
    "categories": ["business", "careers"],
    "icons": [
        {
            "src": "/assets/img/system/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/system/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/system/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/system/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/img/system/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/img/system/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Ver Vagas de Emprego",
            "short_name": "Vagas",
            "url": "/?source=pwa",
            "icons": [{"src": "/assets/img/system/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png"}]
        },
        {
            "name": "Criar Currículo",
            "short_name": "CV",
            "url": "/user/cv_maker?source=pwa",
            "icons": [{"src": "/assets/img/system/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png"}]
        },
        {
            "name": "Dicas de Carreira",
            "short_name": "Dicas",
            "url": "/dicas?source=pwa",
            "icons": [{"src": "/assets/img/system/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png"}]
        }
    ],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/assets/img/system/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "TodasVagas - Vagas de Emprego"
        },
        {
            "src": "/assets/img/system/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "TodasVagas no telemóvel"
        }
    ]
}