{
  "name": "Love NRG Radio",
  "short_name": "Love NRG",
  "description": "Love NRG Radio - for the people, from the people.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#030303",
  "theme_color": "#d40000",
  "categories": [
    "music",
    "entertainment"
  ],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Listen Live",
      "short_name": "Listen",
      "description": "Open the live player",
      "url": "./index.html#listen",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Request a Tune",
      "short_name": "Request",
      "description": "Open song requests",
      "url": "./index.html#requests",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Apply to DJ",
      "short_name": "Apply",
      "description": "Send your demo mix and apply for a Love NRG radio slot",
      "url": "./index.html#apply",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Recently Played",
      "short_name": "Playlist",
      "description": "See recent songs",
      "url": "./index.html#playlist",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "See Love NRG promoted events",
      "url": "./index.html#events",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Music Quotes",
      "short_name": "Quotes",
      "description": "Open the daily music quotes generator",
      "url": "./index.html#quotes",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "License",
      "short_name": "License",
      "description": "View Love NRG app license",
      "url": "./index.html#license",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}