{
  "name": "Cookie Clicker",
  "short_name": "Cookie Clicker",
  "description": "Click cookies, build an empire. The original idle game.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#8b4513",
  "icons": [
    {
      "src": "./img/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "orientation": "portrait",
  "prefer_related_applications": false,
  "cache": {
    "max_age": 86400
  }
} 