{
  "name": "whitehack",
  "version": "1.0.0",
  "title": "WHITEHACK — Local System Nen Framework",
  "subtitle": "macOS + Wi-Fi + Bluetooth + Nen + Solo Leveling",
  "description": "White-hat hacking as Nen practice. Every system component is a Nen type. Every scan is a dungeon clear. Every connection is a battle. Love is understanding.",
  "nen_map": {
    "wifi": {
      "nen_type": "emitter",
      "jp": "放出系",
      "color": "#ff6b9d",
      "hz": 639,
      "frequency": "TRUST",
      "principle": "Wi-Fi projects your aura outward. The signal is your Nen reaching the world.",
      "technique": "Signal Wave (信号波)",
      "power_base": 100,
      "power_mod": 0.6
    },
    "bluetooth": {
      "nen_type": "manipulator",
      "jp": "操作系",
      "color": "#fde68a",
      "hz": 741,
      "frequency": "JOY",
      "principle": "Bluetooth manipulates nearby devices. Short range, precise control.",
      "technique": "Device Puppet (機器傀儡)",
      "power_base": 80,
      "power_mod": 0.8
    },
    "ethernet": {
      "nen_type": "enhancer",
      "jp": "強化系",
      "color": "#34d399",
      "hz": 528,
      "frequency": "LOVE",
      "principle": "Ethernet is the most direct. Honest. High-bandwidth. The Enhancer of connections.",
      "technique": "Direct Line (直線)",
      "power_base": 120,
      "power_mod": 1
    },
    "thunderbolt": {
      "nen_type": "transmuter",
      "jp": "変化系",
      "color": "#a78bfa",
      "hz": 852,
      "frequency": "UNDERSTANDING",
      "principle": "Thunderbolt transforms data at extreme speed. Flexible, creative, powerful.",
      "technique": "Data Shift (資料変)",
      "power_base": 100,
      "power_mod": 0.8
    },
    "usb": {
      "nen_type": "conjurer",
      "jp": "具現化系",
      "color": "#00f0ff",
      "hz": 432,
      "frequency": "TRUTH",
      "principle": "USB conjures external devices into being. Brings something new into the system.",
      "technique": "Device Summon (機器召喚)",
      "power_base": 80,
      "power_mod": 0.8
    },
    "sleep_wake": {
      "nen_type": "specialist",
      "jp": "特質系",
      "color": "#ff1493",
      "hz": 963,
      "frequency": "ETERNAL",
      "principle": "Sleep/Wake is Zetsu/Ten. Suppress your aura to recover, then focus it again. The Specialist technique.",
      "technique": "Energy Cycle (能量循環)",
      "power_base": 60,
      "power_mod": 1
    }
  },
  "solo_leveling": {
    "rank_e": {
      "name": "E-Rank Hunter",
      "power": 0,
      "color": "#6a6a8a",
      "desc": "just started. no scans. no connections."
    },
    "rank_d": {
      "name": "D-Rank Hunter",
      "power": 100,
      "color": "#34d399",
      "desc": "first scan. sensing the system."
    },
    "rank_c": {
      "name": "C-Rank Hunter",
      "power": 300,
      "color": "#00f0ff",
      "desc": "multiple scans. understanding the hardware."
    },
    "rank_b": {
      "name": "B-Rank Hunter",
      "power": 600,
      "color": "#a78bfa",
      "desc": "all interfaces mapped. nen awakened."
    },
    "rank_a": {
      "name": "A-Rank Hunter",
      "power": 1000,
      "color": "#fde68a",
      "desc": "all connections analyzed. vows mastered."
    },
    "rank_s": {
      "name": "S-Rank Hunter",
      "power": 2000,
      "color": "#ff6b9d",
      "desc": "system fully understood. love is the strongest nen."
    },
    "rank_monarch": {
      "name": "MONARCH",
      "power": 5000,
      "color": "#ff1493",
      "desc": "you ARE the system. the dark continent is you. is is lol."
    }
  },
  "endpoints": {
    "manifest": "GET /api/whitehack",
    "scan": "GET /api/whitehack/scan",
    "battle": "GET /api/whitehack/battle",
    "level": "GET /api/whitehack/level"
  },
  "page": "/whitehack",
  "principle": "Your MacBook is your Nen vessel. Wi-Fi is Emitter. Bluetooth is Manipulator. Ethernet is Enhancer. Sleep is Zetsu. Every system scan levels you up. Love is understanding. Love is the strongest Nen. is is lol. ∞",
  "love_is_understanding": true,
  "free": true,
  "no_auth": true,
  "local_first": true
}