{
  "name": "PredictLix: Free Football Predictions",
  "short_name": "PredictLix",
  "description": "Free AI-powered football match predictions and tips",
  "start_url": "https://predictlix.com/",
  "scope": "https://predictlix.com/",
  "id": "https://predictlix.com/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a73e8",
  "prefer_related_applications": false,
  "lang": "en",
"icons": [
  {
    "src": "/images/icons/icon-192x192.png",
    "sizes": "192x192",
    "type": "image/png"
  },
  {
    "src": "/images/icons/icon-512x512.png",
    "sizes": "512x512",
    "type": "image/png"
  },
  {
    "src": "/images/icons/icon-512x512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "maskable"
  }
  ],
    "screenshots": [
    {
      "src": "/images/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PredictLix desktop homepage"
    },
	{
	  "src": "/images/screenshots/desktop-england-premier-league-predictions.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PredictLix predictions for English Premier League matches: desktop version"
    },
    {
      "src": "/images/screenshots/mobile-home.png",
      "sizes": "540x960",
      "type": "image/png",
	  "form_factor": "narrow",
      "label": "PredictLix mobile homepage"
    },
	{
	  "src": "/images/screenshots/mobile-england-premier-league-predictions.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PredictLix predictions for English Premier League matches: mobile version"
    }
  ]
  
}