{
  "name": "Idols of Ash",
  "short_name": "Idols of Ash",
  "description": "Descend deeper. Stay moving. Survive the hunt in Idols of Ash.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#14070a",
  "theme_color": "#c93c4d",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "shortcuts": [
    {
      "name": "Trending Games",
      "short_name": "Trending",
      "description": "See what's trending now",
      "url": "/trending",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "New Games",
      "short_name": "New",
      "description": "Check out the latest games",
      "url": "/new",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "View your favorite games",
      "url": "/favorites",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
