{
  "name": "Subscriber Management Dashboard",
  "short_name": "Subs Mgmt Dash",
  "description": "Islamic Voice Subscriber Management",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "background_color": "#ffffff",
  "start_url": "/",  // Simplified; remove UTM if not needed for analytics
  "display": "standalone",
  "theme_color": "#0c4d8d",
  "shortcuts": [
    {
      "name": "IV Subscriber Management",
      "short_name": "IV Subs Mgmt",
      "description": "Islamic Voice Subscriber Management",
      "url": "/dashboard/label_printing",  // Already good; keep or add more shortcuts if needed
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}