jh_PwaTools.psd1

@{
    RootModule        = 'jh_PwaTools.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'b4c4a7f3-2d4c-4f0a-9a0a-1f0f5a5c1234'
    Author            = 'Jared'
    CompanyName       = 'Jared'
    Copyright         = '(c) Jared'
    Description       = 'Create PWA-style shortcuts for Chrome/Edge, single or CSV-driven, with optional site icons.'
    PowerShellVersion = '5.1'

    FunctionsToExport = @(
        'New-PWAShortcut',
        'Import-PWAShortcutsFromCsv',
        'New-PWACsvTemplate',
        'New-PWAFromTraefik'
    )

    CmdletsToExport   = @()
    VariablesToExport = @()
    AliasesToExport   = @()
}