================================================================================
  INTELJUNKY ELECTRIC SLIDE v1.0.80 - WINDOWS PACKAGE SUMMARY
================================================================================

CREATION DATE:      June 17, 2026
PACKAGE FORMAT:     NSIS Installer + ZIP Archive (Portable Distribution)
TOTAL SIZE:         ~170 MB compressed (NSIS), ~312 MB (extracted with JRE)

================================================================================
PACKAGE CONTENTS
================================================================================

Core Application:
-----------------
  IntelJunkyBrowser_v1080.jar           (19 MB)
  - Main browser application with all features
  - Includes JCEF 143.0.14 (Java Chromium Embedded Framework)
  - Contains all dependencies and native libraries
  - Password manager, FTP client, extensions, etc.
  - Built from clean v1.0.31 source + 12 enhanced classes

Java Runtime Environment:
------------------------
  jre17-x64/                            (~292 MB extracted)
  - Eclipse Adoptium JRE 17.0.18 for Windows x64
  - Complete Java runtime bundled (no installation required)
  - Located in application root directory
  - Automatically used by launcher scripts

Windows Launchers:
-----------------
  ElectricSlide.bat                     (2.1 KB)
  - Main Windows batch launcher
  - Automatically detects and uses bundled JRE
  - Checks Java version (requires 17+)
  - Sets up browser data directory
  - Uses javaw.exe to avoid console window
  - Recommended launcher for most users

  ElectricSlide.ps1                     (2.8 KB)
  - PowerShell launcher (alternative)
  - Enhanced error handling
  - Better Windows 10/11 integration
  - Can be used for automation scripts

Icons:
------
  ijb_logo.ico                          (54 KB)
  - Application icon for shortcuts and taskbar

  ijb_logo.png                          (887 KB)
  - High-resolution logo image

Documentation:
-------------
  README.txt                            (6.5 KB)
  - Comprehensive documentation
  - Installation instructions (NSIS and portable)
  - System requirements
  - Features overview
  - Troubleshooting guide
  - Keyboard shortcuts

  QUICK_START.txt                       (2.7 KB)
  - Quick reference guide
  - Basic installation steps
  - Common tasks
  - Essential keyboard shortcuts
  - Quick troubleshooting tips

  VERSION.txt                           (3.5 KB)
  - Version information
  - Component versions
  - System requirements
  - Changelog

  LICENSE.txt                           (6 KB)
  - Third-party license notices

  PACKAGE_SUMMARY.txt                   (This file)

================================================================================
NSIS INSTALLER FEATURES
================================================================================

The NSIS installer (IntelJunky-ElectricSlide-v1.0.80-Setup.exe) provides:

1. Professional Windows installer with Modern UI 2
2. Welcome page, license agreement, directory selection
3. Install progress with file details
4. Completion page with launch option
5. Desktop shortcut creation (optional)
6. Start Menu shortcut creation (optional)
7. Add/Remove Programs registration
8. Proper uninstaller with data removal option
9. 64-bit Windows check
10. Version information embedded in EXE

================================================================================
VERSION HISTORY
================================================================================

v1.0.80 (June 17, 2026):
  - Rebuilt from clean v1.0.31 original source code
  - Integrated 12 new classes from v1.0.72 development:
    * AddressBarOverlay - enhanced address bar with autocomplete
    * AnimatedReloadIcon - visual feedback on page reload
    * ClipboardImageCopier - copy images from browser to clipboard
    * DeveloperDialog - built-in developer tools interface
    * EmbeddedPhpRuntime - integrated PHP execution runtime
    * FfmpegCodecManager - media codec management (dead code)
    * FtpClientDialog - secure FTP/SFTP file transfer client
    * PasswordOverlayManager - smart detection of login forms
    * SearchEngineIntegration - custom search engine support
    * SlipStreamTunnelPanel - secure tunneling interface
    * UrlAutocompleteManager - URL history autocomplete
    * VanityDomainController - custom domain resolution
  - Fixed password manager: fully functional auto-unlock and auto-fill
  - Settings passwords tab now shows real vault data (not mock entries)
  - Added autoFillUnlock and autoFillDebug CefMessageRouter handlers
  - Fixed CefFrame/JFrame shadowing compile error
  - Fixed CEF shutdown with isShuttingDown guard
  - Fixed data URL encoding (Base64 for user guide)
  - Centralized data directory via DataDirectory class
  - AES-256-GCM password vault with PBKDF2WithHmacSHA256
  - NSIS installer for proper Windows installation

v1.0.72 (May 25, 2024):
  - Previous release
  - Recovered from decompiled source
  - NSIS installer package
  - Bundled JRE 17

v1.0.31 (April 30, 2026):
  - Original clean source code
  - CEF 143.0.14
  - Core browser functionality

================================================================================
DATA STORAGE
================================================================================

Application data is stored in:
%LOCALAPPDATA%\IntelJunkyBrowser\

Directory structure:
  IntelJunkyBrowser\
  ├── data\
  │   ├── cache\              # Browser cache
  │   ├── cef-data\           # CEF user data
  │   ├── passwords.vault     # Encrypted credential vault
  │   ├── passwords.salt      # Vault encryption salt
  │   ├── passwords.autounlock # Auto-unlock token (obfuscated)
  │   ├── bookmarks.json      # Bookmarks
  │   └── settings.json       # Browser settings
  ├── chrome\                 # Chromium binaries (auto-extracted)
  └── user-data\             # Browser profiles

================================================================================
BUILD INSTRUCTIONS
================================================================================

To build the NSIS installer from this source:

Prerequisites:
  - NSIS 3.08+ installed (makensis on PATH)
  - JRE 17 x64 directory (jre17-x64/)
  - IntelJunkyBrowser_v1080.jar (fat JAR)
  - ijb_logo.ico and ijb_logo.png

Steps:
  1. Place all files in the same directory as the .nsi script
  2. Copy your JRE 17 directory as jre17-x64/
  3. Run: makensis ElectricSlide_v1080.nsi
  4. Output: IntelJunky-ElectricSlide-v1.0.80-Setup.exe

For ZIP portable distribution:
  1. Create folder: IntelJunky-ElectricSlide-v1.0.80\
  2. Copy all files into it
  3. Copy jre17-x64/ into it
  4. ZIP the folder

================================================================================
LEGAL INFORMATION
================================================================================

Copyright:
---------
IntelJunky Electric Slide v1.0.80
Copyright (c) 2024-2026 IntelJunky Inc. All rights reserved.

Company:
-------
IntelJunky Inc.
CEO: Victor Dugas
Website: https://inteljunky.com

Third-Party Licenses:
--------------------
This software includes third-party components:
- JCEF (Java Chromium Embedded Framework) - BSD License
- Chromium - Chromium License (BSD-like)
- Apache Commons - Apache 2.0 License
- JavaMail - Apache 2.0 License
- Eclipse Adoptium JRE - GPL v2 with Classpath Exception
- WebP ImageIO - See LICENSE.txt

Privacy:
-------
Electric Slide respects your privacy:
- No telemetry or analytics
- All data stored locally
- Chromium data NOT shared with Google
- Passwords encrypted with AES-256-GCM

================================================================================
CONCLUSION
================================================================================

This Windows package contains everything you need to run IntelJunky
Electric Slide v1.0.80 on Windows 10 or later (64-bit):

  Complete browser application
  Java 17 runtime (bundled)
  Password manager with AES-256-GCM encryption
  FTP/SFTP client
  All utilities and documentation
  NSIS installer with proper uninstaller
  Comprehensive help files

Installation options:
1. NSIS Installer: Run Setup.exe, follow prompts
2. Portable ZIP: Extract, run ElectricSlide.bat

The browser will automatically extract Chromium binaries on first launch
(1-2 minutes) and you're ready to browse.

Thank you for using IntelJunky Electric Slide!

================================================================================
DOCUMENT END
================================================================================

Generated: June 17, 2026
Package: IntelJunky-ElectricSlide-v1.0.80
Installer: IntelJunky-ElectricSlide-v1.0.80-Setup.exe
For any questions, contact: support@inteljunky.com
