{
    "//": "Some browsers will use this to enable push notifications.",
    "//": "It is the same for all projects, this is not your project's sender ID",
    "short_name": "Rafa Concept",
    "background_color": "#222222",
    "theme_color": "#222222",
    "display": "standalone",
    "name": "Rafa Concept",
    "gcm_sender_id": "103953800507",
    "start_url": "/pwa_start.php",
    "orientation": "portrait",
    "icons": [
        {
            "src": "lib/img/portal/logo/8790/icone-app-128.png",
            "type": "image/png",
            "sizes": "128x128"
        },
        {
            "src": "lib/img/portal/logo/8790/icone-app-144.png",
            "type": "image/png",
            "sizes": "144x144"
        },
        {
            "src": "lib/img/portal/logo/8790/icone-app-152.png",
            "type": "image/png",
            "sizes": "152x152"
        },
        {
            "src": "lib/img/portal/logo/8790/icone-app-192.png",
            "type": "image/png",
            "sizes": "192x192"
        }
    ]
}