{
  "name": "My Cat Collection",
  "short_name": "Cat Collection",
  "description": "Discover and enjoy the cutest collection of cat GIFs, memes, and images.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["entertainment", "cats", "gifs", "images", "memes"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Trending Cats",
      "url": "/?type=trending",
      "description": "View trending cat GIFs"
    },
    {
      "name": "Cat Memes",
      "url": "/?type=memes",
      "description": "View funny cat memes"
    }
  ]
} 