{
  "id": "fun.truthnewsconquerearthmc.app",
  "name": "T.R.U.T.H. News Network",
  "short_name": "T.R.U.T.H.",
  "description": "Trusted Reporting, Uncovering Truth & History — Live breaking news dispatches, live video broadcasts, and election decision desk.",
  "start_url": "/index.php?utm_source=pwa&utm_medium=android",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#07090E",
  "theme_color": "#07090E",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "news",
    "magazines",
    "politics"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live Breaking News Wire"
    },
    {
      "src": "/icons/screenshot-mobile-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live Election Decision Desk"
    },
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "T.R.U.T.H. Newsroom Command Center"
    }
  ],
  "shortcuts": [
    {
      "name": "Breaking News Wire",
      "short_name": "Breaking",
      "description": "Read the latest verified breaking news dispatches",
      "url": "/index.php?category=BREAKING&utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Live Broadcast Stream",
      "short_name": "Live Desk",
      "description": "Watch live news broadcasts and join discussion chat",
      "url": "/live.php?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Election Control HQ",
      "short_name": "Elections",
      "description": "Realtime election results, vote counts, and candidate standings",
      "url": "/election.php?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Citizen Media Forum",
      "short_name": "Media",
      "description": "Browse community videos, eyewitness footage, and photo wires",
      "url": "/watch.php?utm_source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/watch.php",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    },
    "enctype": "application/x-www-form-urlencoded"
  }
}