{
  "name": "Karma Breaking News",
  "short_name": "Karma News",
  "description": "Stay informed with hyper-local news, weather alerts, and community posts from your area. Unconditional Truth.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/br.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["news", "magazines", "social", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Home Feed",
      "short_name": "Home",
      "description": "View your personalized local news feed",
      "url": "/",
      "icons": []
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search articles, posts, and users",
      "url": "/search",
      "icons": []
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "description": "Check local weather and alerts",
      "url": "/weather",
      "icons": []
    },
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "View active weather and emergency alerts",
      "url": "/alerts",
      "icons": []
    }
  ],
  "scope": "/",
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
