{
  "name": "Lore",
  "short_name": "Lore",
  "id": "/",
  "description": "Track movies, TV shows, books, and games. Turn your taste into cross-media recommendations.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "browser"],
  "orientation": "portrait",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "categories": ["entertainment", "lifestyle", "social"],
  "icons": [
    {
      "src": "/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Find movies, shows, books, games, creators, and actors.",
      "url": "/search",
      "icons": [{ "src": "/icon-256.png", "sizes": "256x256", "type": "image/png" }]
    },
    {
      "name": "My Lore",
      "short_name": "My Lore",
      "description": "Open your saved media library.",
      "url": "/my-lore",
      "icons": [{ "src": "/icon-256.png", "sizes": "256x256", "type": "image/png" }]
    },
    {
      "name": "Recommendations",
      "short_name": "For You",
      "description": "Open personalized recommendations.",
      "url": "/for-you",
      "icons": [{ "src": "/icon-256.png", "sizes": "256x256", "type": "image/png" }]
    }
  ]
}
