{
  "name": "Gold Nugget Hunter",
  "short_name": "GoldHunter",
  "description": "Find gold nuggets with your virtual metal detector in various world terrains.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1a1208",
  "theme_color": "#f0c040",
  "orientation": "landscape",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play",
      "short_name": "Play",
      "description": "Go straight to the game",
      "url": "/index.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View statistics and history",
      "url": "/dashboard.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
