# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Quick RightMenu Actions
qgisMinimumVersion=3.16
description=Add common operations to the right-click menu
version=0.1
author=hxbb00
email=hxbb00@qq.com

about=Add common operations to the right-click menu for ease of use and quick access, such as refreshing / pan map / zoom full / Identify Features.

tracker=https://github.com/qgisbox/quick-rightclick-actions
repository=https://github.com/qgisbox/quick-rightclick-actions
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Changelog entries, indented under the changelog key:
changelog=
    0.1
    - Initial release: configurable actions in the map canvas right-click menu

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/qgisbox/quick-rightclick-actions
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# Category of the plugin: Raster, Vector, Database or Web
# category=

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

