{
  "id": "co.getvirel.app",
  "name": "Virel — Global Signal. Local Life.",
  "short_name": "Virel",
  "description": "AI-powered news summaries, recipe discovery with smart grocery lists, and a creator publishing studio — all in one app.",
  "start_url": "/app?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#0d9488",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "categories": ["news", "food", "productivity"],

  "icons": [
    { "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.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/news-feed.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI News Feed — Inshorts-style bullet summaries"
    },
    {
      "src": "/screenshots/market-tab.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live Market Prices — NIFTY, SENSEX, Crypto"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Virel Desktop — Full News Dashboard"
    }
  ],

  "shortcuts": [
    { "name": "India News", "short_name": "India", "url": "/app?tab=india", "description": "Latest India headlines", "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "Live Markets", "short_name": "Markets", "url": "/app?tab=markets", "description": "NIFTY, SENSEX, Crypto prices", "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "World News", "short_name": "World", "url": "/app?tab=feed", "description": "Global news feed", "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] }
  ],

  "share_target": {
    "action": "/app/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "protocol_handlers": [
    { "protocol": "web+virel", "url": "/app?q=%s" }
  ],

  "file_handlers": [
    {
      "action": "/app",
      "accept": { "text/plain": [".txt"] },
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }],
      "launch_type": "single-client"
    }
  ],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "handle_links": "preferred",

  "edge_side_panel": {
    "preferred_width": 400
  },

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=co.getvirel.app",
      "id": "co.getvirel.app"
    }
  ],
  "prefer_related_applications": false
}
