{
  "name": "My Pick Today: NSE Stock Filings",
  "short_name": "My Pick Today",
  "description": "Real-time NSE corporate filings, order wins, financial results, and AI catalyst breakdowns",
  "id": "com.mypicktoday.app",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "background_color": "#0a0d14",
  "theme_color": "#0a0d14",
  "orientation": "portrait",
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mypicktoday.app",
      "id": "com.mypicktoday.app"
    }
  ],
  "categories": [
    "finance",
    "business",
    "productivity",
    "news"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "launch_handler": {
    "client_mode": "auto"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+stock",
      "url": "/?symbol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "Financial Disclosure Files",
      "accept": {
        "text/csv": [".csv"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Top Filings Widget",
      "description": "Live NSE corporate actions on your home screen",
      "tag": "top-filings",
      "template": "widget-template",
      "ms_ac_template": "widget.json",
      "data": "widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile_feed.png",
          "sizes": "1080x1920",
          "label": "Live Stock Feed Widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?tab=watchlist"
  },
  "scope_extensions": [
    {
      "origin": "https://api.mypicktoday.com"
    },
    {
      "origin": "https://www.mypicktoday.com"
    },
    {
      "origin": "*.mypicktoday.com"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile_feed.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "My Pick Today Mobile Live Feed"
    },
    {
      "src": "/screenshots/desktop_feed.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "My Pick Today Desktop Dashboard"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Filings",
      "short_name": "Filings",
      "description": "View today's live NSE corporate filings",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Watchlist",
      "short_name": "Watchlist",
      "description": "Check tracked stock announcements",
      "url": "/?tab=watchlist",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
