{
  "name": "Two at a Time — Book Recommender",
  "short_name": "Two at a Time",
  "description": "Find your next read by choosing between two books at a time. Every pick teaches the recommender your taste — free, private, and it runs entirely in your browser.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0e17",
  "theme_color": "#0f0e17",
  "categories": ["books", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
