ProductivityTools.BackupBookmarksChrome.psd1

#
# Module manifest for module 'module'
#
# Generated by: pawel.wujczyk
#
# Generated on: 12/8/2017 9:46:55 AM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.BackupBookmarksChrome.psm1'

# Version number of this module.
ModuleVersion = '0.0.7'

# ID used to uniquely identify this module
GUID = '649dd311-fae1-4c62-8157-190be1669ea7'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'It gets the current user Chrome Bookmarks and copy it to given directory'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @("ProductivityTools.GetDateName","ProductivityTools.GetOneDriveDirectory","Copy-ItemDirectoryRepeatable")

# Functions to export from this module
FunctionsToExport = @('Restore-BookmarksChrome','Backup-BookmarksChrome')

PrivateData = @{
    
    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Backup','Chrome', "Restore", "Bookmark")
    
        # A URL to the main website for this project.
        ProjectUri = 'http://www.productivitytools.tech/backup-bookmarkschrome/'
    
            } # End of PSData hashtable
    } # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'http://www.productivitytools.tech/backup-bookmarkschrome/'

}