{
  "name": "Southern Report",
  "short_name": "SouthernReport",
  "description": "Bold journalism from the South. Latest news, videos, and analysis.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "background_color": "#dc2626",
  "theme_color": "#dc2626",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/",
  "prefer_related_applications": false,
  "categories": ["news", "magazines"],
  "icons": [
    {
      "src": "/static/icon-192.jpg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/southernreportlgdesktop.jpg",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Southern Report Mobile Home"
    },
    {
      "src": "/static/southernreportlgdesktop.jpg",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Southern Report Desktop Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Read the latest headlines",
      "url": "/all-news",
      "icons": [{ "src": "/static/icon-192.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Videos",
      "short_name": "Videos",
      "description": "Watch video broadcasts",
      "url": "/videos",
      "icons": [{ "src": "/static/icon-192.jpg", "sizes": "192x192" }]
    },
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "description": "Browse job opportunities",
      "url": "/jobs",
      "icons": [{ "src": "/static/icon-192.jpg", "sizes": "192x192" }]
    }
  ]
}