mirror of
https://github.com/folfcoder/plasma-sharkle.git
synced 2025-04-05 05:31:36 +00:00
25 lines
595 B
JSON
25 lines
595 B
JSON
{
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "git@fcd.im",
|
|
"Name": "Kai Folf"
|
|
}
|
|
],
|
|
"Category": "Fun and Games",
|
|
"Description": "The Sharkle widget, as featured in Night in the Woods, now on KDE Plasma!",
|
|
"Icon": "./icon.png",
|
|
"Id": "im.fcd.sharkle",
|
|
"License": "MIT",
|
|
"Name": "Sharkle",
|
|
"ServiceTypes": [
|
|
"Plasma/Applet"
|
|
],
|
|
"Version": "1.0",
|
|
"Website": "https://github.com/folfcoder/plasma-sharkle"
|
|
},
|
|
"X-Plasma-API": "declarativeappletscript",
|
|
"X-Plasma-MainScript": "ui/main.qml",
|
|
"KPackageStructure": "Plasma/Applet",
|
|
"X-Plasma-StandAloneApp": true
|
|
}
|