{
  "name": "MatchAdda | IPL 2026 Cricket Fan App",
  "short_name": "MatchAdda",
  "description": "IPL 2026 schedule, teams, points table, guides - ek simple cricket fan site",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#07111f",
  "theme_color": "#ff7a18",
  "categories": ["sports", "reference"],
  "screenshots": [
    {
      "src": "matchadda.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "matchadda.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "matchadda.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "matchadda.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "IPL 2026 schedule dekho",
      "url": "/schedule.html",
      "icons": []
    },
    {
      "name": "Points Table",
      "short_name": "Points Table",
      "description": "Teams ki standings check karo",
      "url": "/points-table.html",
      "icons": []
    },
    {
      "name": "Teams",
      "short_name": "Teams",
      "description": "Teams ke details",
      "url": "/teams.html",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/share.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
