{
  "name": "Voz Eterna Radio",
  "short_name": "Voz Eterna Radio",
  "description": "Radio Cristiana On line",
  "background_color": "#1d3557",
  "theme_color": "#1d3557",
  "orientation": "portrait",
  "display": "standalone",
  "start_url": "./?utm_source=web_app_manifest",
  "scope": "./",
  "lang": "es-MX",
  "dir": "ltr",
  "categories": [
    "music",
    "entertainment",
    "radio"
  ],
  "screenshots": [
    {
      "src": "./img/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "./img/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "./img/1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./img/16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "",
      "id": "com.verdadeterna.radio"
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "shortcuts": [
    {
      "name": "Escuchar en vivo",
      "short_name": "En Vivo",
      "description": "Escuchar la radio en vivo",
      "url": "/live",
      "icons": [
        {
          "src": "./img/live_icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reproducir Última Canción",
      "short_name": "Última Canción",
      "description": "Reproducir la última canción que se transmitió",
      "url": "/last-song",
      "icons": [
        {
          "src": "./img/song_icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "window"
  },
  "iarc_rating_id": "verdadeterna-radio-rating",
  "scope_extensions": [
    {
      "origin": ""
    }
  ],
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/*": [
          ".txt"
        ],
        "image/*": [
          ".jpg",
          ".png"
        ]
      }
    }
  ],
  "url_handlers": [
    {
      "origin": ""
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "Verdadeterna",
      "url": ""
    }
  ],
  "share_target": {
    "action": "/share",
    "enctype": "application/x-www-form-urlencoded",
    "method": "POST",
    "params": {
      "title": "name",
      "text": "description",
      "url": "url"
    }
  },
  "widgets": [
    {
      "type": "task",
      "name": "Verdad Eterna",
      "description": "Escuchar Verdad Eterna Radio",
      "url": "/",
      "icon": {
        "src": "./img/192.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    }
  ],
  "handle_links": "auto",
  "background_sync": {
    "min_interval": 300000
  },
  "id": "Verdadeterna"
}
