{
  "id": "/",
  "name": "StudyBud Music Player + BrainSync Neural Frequency Stimulation",
  "short_name": "StudyBud",
  "description": "750 tracks of instrumental chill, dubstep, hip-hop beats, EDM energy, techno drive, Ricky Browne music, songs, story soundtracks, plus 15 BrainSync raw frequencies and white, brown, and pink noise.",
  "lang": "en-AU",
  "dir": "ltr",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],

  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",

  "categories": ["education", "productivity"],
  "prefer_related_applications": false,

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "icons": [
    {
      "src": "/icn/icon-192x192-2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icn/icon-512x512-2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "800x600",
      "type": "image/png"
    }
  ]
}