{
  "id": "com.dualvisualstudios.aibrief",
  "name": "AI Brief",
  "short_name": "AI Brief",
  "description": "A Samsung One UI style daily briefing app that provides personalized weather, news, and media updates for any location worldwide using AI.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "categories": ["news", "weather", "utilities", "productivity"],
  "icons": [
    {
      "src": "/pwa_launcher_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa_launcher_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "dir": "ltr",
  "lang": "en-US",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
