{
  "id": "com.tgdjb.app",
  "name": "TGDJB - The General Da Jamaican Boy",
  "short_name": "TGDJB",
  "description": "TGDJB - Stream music, shop Street Boy Glory streetwear, watch videos. Street culture meets Caribbean vibes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#f5a623",
  "orientation": "any",
  "categories": ["music", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Listen Now",
      "short_name": "Radio",
      "description": "Start listening to the radio",
      "url": "/radio",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Browse Music",
      "short_name": "Music",
      "description": "Browse all tracks",
      "url": "/music",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Watch Videos",
      "short_name": "Videos",
      "description": "Watch music videos",
      "url": "/videos",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home screen showing featured music and radio"
    },
    {
      "src": "/screenshots/home-narrow.png",
      "sizes": "576x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile home screen"
    },
    {
      "src": "/screenshots/radio-narrow.png",
      "sizes": "576x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Radio player with track controls"
    }
  ],
  "prefer_related_applications": false
}
