mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
{
|
|
"product_abi": "%%PLUGIN_ABI%%",
|
|
"product_arch": "%%PLUGIN_ARCH%%",
|
|
"product_email": "%%PLUGIN_MAINTAINER%%",
|
|
"product_hash": "%%PLUGIN_HASH%%",
|
|
"product_id": "%%PLUGIN_PKGNAME%%",
|
|
"product_name": "%%PLUGIN_NAME%%",
|
|
"product_tier": "%%PLUGIN_TIER%%",
|
|
"product_version": "%%PLUGIN_PKGVERSION%%",
|
|
"product_website": "%%PLUGIN_WWW%%"
|
|
}
|