{
  "id": "/index.php",
  "name": "Citaurus Records",
  "short_name": "Citaurus",
  "description": "Discover and vote for independent artists. Citaurus Records helps new talent reach audiences worldwide.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#333333",
  "theme_color": "#333333",
  "orientation": "any",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/assets/img/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Your Songs",
      "short_name": "Songs",
      "description": "Manage your submitted songs and pitch them to playlists",
      "url": "/UserSongs.php",
      "icons": [{ "src": "/assets/img/icons/shortcut-songs.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Player",
      "short_name": "Player",
      "description": "Listen to curated indie tracks and rate them",
      "url": "/Player.php",
      "icons": [{ "src": "/assets/img/icons/shortcut-player.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Share Radio",
      "short_name": "Radio",
      "description": "Share your music via radio and mixes",
      "url": "/RadioPlay.php",
      "icons": [{ "src": "/assets/img/icons/shortcut-radio.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Curator Agent",
      "short_name": "Curator",
      "description": "Let the curator agent suggest tracks for your playlists",
      "url": "/CuratorAgent.php",
      "icons": [{ "src": "/assets/img/icons/shortcut-curator.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
