FILE_MANIFEST.txt

BookmarkBackupTool PowerShell Module - File Manifest
====================================================

CORE MODULE FILES (Required for installation)
---------------------------------------------
✓ BookmarkBackupTool.psm1 - Main module file with all functions (54 KB)
✓ BookmarkBackupTool.psd1 - Module manifest with metadata (3 KB)

INSTALLATION & SETUP
-------------------
✓ Install-BookmarkBackupTool.ps1 - Automated installation script (8.3 KB)
✓ QUICKSTART.md - Quick installation & usage guide (4.2 KB)

DOCUMENTATION
------------
✓ README.md - Complete module documentation (12 KB)
✓ CONVERSION_SUMMARY.md - Conversion details & improvements (6 KB)
✓ Examples.ps1 - 20+ practical usage examples (13 KB)

CONFIGURATION & LEGAL
--------------------
✓ config.template.json - Configuration file template (404 bytes)
✓ LICENSE - MIT License text (1.1 KB)

INSTALLATION INSTRUCTIONS
------------------------

Option 1 - Automated (Recommended):
  1. Open PowerShell in this folder
  2. Run: .\Install-BookmarkBackupTool.ps1
  3. Follow the prompts
  4. Done!

Option 2 - Manual:
  1. Create folder: $env:USERPROFILE\Documents\PowerShell\Modules\BookmarkBackupTool
  2. Copy BookmarkBackupTool.psm1 and BookmarkBackupTool.psd1 to that folder
  3. Run: Import-Module BookmarkBackupTool

QUICK START
-----------
After installation:
  Import-Module BookmarkBackupTool
  Show-BookmarkGUI # Launch GUI
  Export-Bookmarks -Path "D:\Backups" -Chrome -Edge # Export bookmarks
  Import-Bookmarks -Path "D:\Backups" -Chrome # Import bookmarks
  Get-Help Export-Bookmarks -Full # View help

REQUIREMENTS
-----------
- PowerShell 5.1 or higher
- Windows 10/11
- No administrator rights required

FEATURES
--------
✓ Multi-browser support (Chrome, Edge, Firefox)
✓ GUI and command-line interfaces
✓ Automatic path detection
✓ Browser safety checks
✓ Scheduled backups
✓ Configuration system
✓ Comprehensive logging
✓ Multiple profile support

For detailed documentation, see README.md
For quick start, see QUICKSTART.md
For examples, see Examples.ps1

====================================================
BookmarkBackupTool v5.0 - Created October 2025
License: MIT | Author: Jesus M. Ayala
====================================================