21 lines
598 B
JSON
21 lines
598 B
JSON
{
|
|
"KPlugin": {
|
|
"Name": "Plasma 6 Widget Starter",
|
|
"Description": "A starter template for KDE Plasma 6 widgets",
|
|
"Icon": "plasma",
|
|
"Category": "Development",
|
|
"Id": "org.kde.plasma.starter",
|
|
"Version": "1.0",
|
|
"Website": "https://github.com/yourusername/kde6-widget-starter",
|
|
"License": "MIT",
|
|
"Authors": [
|
|
{
|
|
"Name": "Your Name",
|
|
"Email": "your.email@example.com"
|
|
}
|
|
]
|
|
},
|
|
"X-Plasma-API-Minimum-Version": "6.0",
|
|
"KPackageStructure": "Plasma/Applet"
|
|
}
|