{
  "name": "Prodefy - Football Predictions & World Cup 2026 Pools",
  "short_name": "Prodefy",
  "description": "Create free prediction pools for FIFA World Cup 2026. Compete with friends, follow live scores, chat in real-time. The #1 football predictions app.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#01274B",
  "lang": "es",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/prodefy-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Prodefy Home Screen"
    },
    {
      "src": "/images/screenshot-2.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Live Scores"
    }
  ],
  "categories": [
    "sports",
    "entertainment",
    "games",
    "social"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=co.prodefy",
      "id": "co.prodefy"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/us/app/prodefy/id6480072833",
      "id": "6480072833"
    }
  ],
  "prefer_related_applications": true,
  "shortcuts": [
    {
      "name": "Live Scores",
      "short_name": "Scores",
      "description": "Check live football scores",
      "url": "/?action=livescores",
      "icons": [{ "src": "/icons/livescore.svg", "sizes": "96x96" }]
    },
    {
      "name": "My Predictions",
      "short_name": "Predictions",
      "description": "View your predictions",
      "url": "/?action=predictions",
      "icons": [{ "src": "/icons/predictions.svg", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+prodefy",
      "url": "/app/%s"
    }
  ],
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
