{
  "name": "TG Mining Game",
  "short_name": "Mining Game",
  "description": "Telegram Mining Game — mine coins, complete quests, play minigames",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0f1a",
  "theme_color": "#e94560",
  "categories": ["games", "entertainment"],
  "lang": "de",
  "dir": "ltr",
  "icons": [
    {
      "src": "assets/3d/mining-icon.webp",
      "sizes": "any",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Mining",
      "url": "/index.html#home",
      "description": "Mine coins"
    },
    {
      "name": "Quests",
      "url": "/index.html#tasks",
      "description": "View your quests"
    },
    {
      "name": "Mini-Games",
      "url": "/index.html#minigames",
      "description": "Play and win"
    }
  ]
}
