{
  "name": "SongbookDB",
  "short_name": "SongbookDB",
  "gcm_sender_id": "854744256077",
  "display": "standalone",
  "gcm_user_visible_only": true,
  "start_url": "/index.html?mode=standalone",
  "theme_color": "#ffffff",
  "background_color": "black",
  "description": "View karaoke song books and send the DJ song requests",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
  },
  {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
  },
  {
      "src": "/imgs/songbookdb-PWA-icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/imgs/songbookdb-PWA-icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
 ]
 
}