{
  "name": "Crypto Empire — Gribbit Yacht Runner",
  "short_name": "Crypto Empire",
  "description": "Run, collect $TIBBIR and conquer 10 levels with the Gribbits.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a1a",
  "theme_color": "#00ff88",
  "lang": "en",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "assets/public/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/public/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}