{
  "name": "CooCooSearch",
  "short_name": "CooCoo",
  "description": "A private search engine that never tracks you",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "prefer_related_applications": false,
  "cache": {
    "strategy": "performance",
    "maxEntries": 200,
    "maxAgeSeconds": 31536000
  },
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "url": "/",
      "description": "Start a new private search"
    },
    {
      "name": "Privacy",
      "url": "/privacy",
      "description": "Learn about our privacy features"
    }
  ],
  "categories": ["search", "privacy", "utilities"],
  "screenshots": [
    {
      "src": "https://i.imgur.com/3vykfhx.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "CooCooSearch Homepage"
    }
  ]
}