{
 "$schema": "https://json.schemastore.org/web-manifest-combined.json",
 "name": "Hoodshot",
 "short_name": "Hoodshot",
 "description": "Free-for-all archery on Robinhood Chain \u2014 8 arenas, 1v1 duels, gold & upgrades.",
 "lang": "en",
 "start_url": "/",
 "background_color": "#050700",
 "theme_color": "#ccff00",
 "display": "fullscreen",
 "orientation": "landscape",
 "categories": [
  "games",
  "entertainment"
 ],
 "icons": [
  {
   "type": "image/png",
   "src": "/static/icons/icon-1024.png",
   "sizes": "1024x1024",
   "purpose": "any"
  },
  {
   "type": "image/png",
   "src": "/static/icons/maskable-1024.png",
   "sizes": "1024x1024",
   "purpose": "maskable"
  }
 ]
}