[general]
name=Custom Props
qgisMinimumVersion=3.0
description=Inspect, filter and manage custom properties of QGIS project layers
version=1.1.0
author=GIS Team Eagleprojects S.p.A. [Lorenzo Alunni, Marco Peppucci]
email=gis@eagleprojects.it

about=Custom Props is a QGIS plugin that lets you view, filter, add, update and remove custom properties (key–value pairs) associated with project layers. It provides dynamic search, per-layer filtering, type detection, JSON validation, confirmation dialogs for changes, and automatic refresh when layers are modified. A lightweight but powerful tool for debugging, data analysis and plugin development.

tracker=https://github.com/AlunniEagle/custom_props/issues
repository=https://github.com/AlunniEagle/custom_props
homepage=https://www.eagleprojects.it/

icon=icon.svg
category=Plugins
tags=custom properties,debug,layer,metadata,json,qgis,development,plugin

experimental=False
deprecated=False
hasProcessingProvider=no
server=False

# Changelog of main versions
changelog=
    1.1.0 - Added add/remove properties with confirmation dialogs, per-layer filtering, JSON validation and improved UI
    1.0.0 - Initial release with custom properties listing and automatic refresh
