[general]
name=Layer Name Replacer
qgisMinimumVersion=3.0
description=A plugin to batch rename layer names based on a text file of replacement rules.
version=1.0.0
author=panyoricomeha
email=panyoricomeha@example.com

about=This plugin reads a comma-separated replacement rules file (e.g., old,new) and performs batch renaming of all layer names accordingly.
      By specifying a replacement file, you can efficiently and flexibly organize layer names.

tracker=https://github.com/panyoricomeha/QGIS-Plugin-Layer-Name-Replacer
repository=https://github.com/panyoricomeha/QGIS-Plugin-Layer-Name-Replacer

# Recommended items:
hasProcessingProvider=no
changelog=1.0.0 Initial release. Added functionality to replace layer names.

tags=layer names,batch processing,string replacement,QGIS,utility

homepage=https://github.com/panyoricomeha/QGIS-Plugin-Layer-Name-Replacer
category=Vector
icon=icon.png
experimental=False
deprecated=False
license=MIT

# plugin_dependencies= 

# If the plugin can run on QGIS Server.
server=False
