{
  "name": "Nexus Nemesis - Web3 TCG",
  "short_name": "Nexus Nemesis",
  "description": "Web3 Trading Card Game with real-time PvP battles - A Grudge Studio Production",
  "version": "1.2.0",
  "author": "Grudge Studio",
  "categories": ["games", "entertainment", "blockchain", "trading"],
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#6366f1",
  "background_color": "#1e1b2f",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "puter": {
    "app_name": "Nexus Nemesis",
    "app_description": "Web3 Trading Card Game with real-time PvP battles",
    "app_category": "Games",
    "app_version": "1.2.0",
    "author": "Grudge Studio",
    "compatible": true,
    "fullscreen": true,
    "window_resizable": true,
    "min_width": 800,
    "min_height": 600,
    "preferred_width": 1440,
    "preferred_height": 900,
    "permissions": [
      "storage",
      "notifications",
      "fullscreen"
    ],
    "features": [
      "Real-time PvP battles",
      "Season 0 card collection (100+ cards)",
      "Blockchain wallet integration",
      "AI opponents with difficulty levels",
      "Deck building system",
      "Trading & marketplace",
      "Discord integration"
    ],
    "requirements": {
      "browser": "modern",
      "javascript": true,
      "websockets": true,
      "localStorage": true
    }
  },
  "screenshots": [
    {
      "src": "/screenshot-battle.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Epic card battles"
    },
    {
      "src": "/screenshot-collection.png", 
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Card collection management"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Battle",
      "short_name": "Battle",
      "url": "/battle",
      "description": "Jump straight into PvP or PvE battles",
      "icons": [{"src": "/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "My Cards",
      "short_name": "Cards",
      "url": "/cards",
      "description": "View your card collection",
      "icons": [{"src": "/icon-96x96.png", "sizes": "96x96"}]
    },
    {
      "name": "Build Deck",
      "short_name": "Deck",
      "url": "/deck",
      "description": "Build and customize your battle deck",
      "icons": [{"src": "/icon-96x96.png", "sizes": "96x96"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
