{
  "name": "Definition Radio APP",
  "short_name": "Def Radio",
  "description": "Stream Definition Radio 24/7 – live reggae & dancehall, hip-hop, R&B and soul music.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#06b6d4",
  "background_color": "#0f172a",
  "lang": "en-GB",
  "categories": ["music", "entertainment"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.pexels.com/photos/1763075/pexels-photo-1763075.jpeg?w=390&h=844",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Definition Radio Home Screen"
    },
    {
      "src": "https://images.pexels.com/photos/1763075/pexels-photo-1763075.jpeg?w=1280&h=800",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Definition Radio Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Radio",
      "short_name": "Live",
      "description": "Go to live radio stream",
      "url": "/(tabs)/live",
      "icons": [{ "src": "/icons/logo.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "Music Store",
      "short_name": "Store",
      "description": "Browse the music store",
      "url": "/(tabs)/store",
      "icons": [{ "src": "/icons/logo.png", "sizes": "any", "type": "image/png" }]
    }
  ]
}
