{
  "name": "RADIO ISRAEL",
  "short_name": "RADIO ISRAEL",

  "start_url": "/app/index.html?v=2",
  "scope": "/app/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#f0f0f0",
  "theme_color": "#4c77a8",

  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}