{
   "name": "Protectoras",
   "short_name" : "Protectoras",
   "start_url": "/index.php",
   //"scope" : "./",
   "icons": [
        /*{
            "src": "/storage/logopwa.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },*/
        {
            "src": "/storage/logopwa.png",
            "sizes": "48x48 72x72 96x96 128x128 256x256 512x512 1024x1024"            
        }
   ],
   "theme_color": "#000000",
   "background_color": "#000000",
   "display": "standalone",
   //"display": "fullscreen"
   "gcm_sender_id": "574697809635",
   "url_handlers": [
        {
            "origin": "https://protectoras.org"
        },
        {
            "origin": "https://*.protectoras.org" 
        }
    ],
    /* to know that the app is installed on android*/
    /*https://web.dev/articles/get-installed-related-apps?hl=es-419*/
    /*
    "prefer_related_applications": true,
    "related_applications": [{
        "platform": "play",
        "id": "com.app.spax"
    }]
    */
}