This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Shattered-Pixel-Dungeon-Ubu.../manifest.json

16 lines
402 B
JSON
Raw Normal View History

2022-03-07 08:15:14 +00:00
{
2022-03-07 08:57:48 +00:00
"name": "codium.vscodium.com",
"description": "Open Source Code Editor",
2022-03-07 08:15:14 +00:00
"architecture": "@CLICK_ARCH@",
2022-03-07 08:57:48 +00:00
"title": "VSCodium",
2022-03-07 08:15:14 +00:00
"hooks": {
"code": {
2022-03-07 08:57:48 +00:00
"apparmor": "codium.apparmor",
"desktop": "codium.desktop"
2022-03-07 08:15:14 +00:00
}
},
2022-03-07 08:57:48 +00:00
"version": "1.65.0",
2022-03-07 08:15:14 +00:00
"maintainer": "Alfred Neumayer <dev.beidl@gmail.com>",
"framework" : "@CLICK_FRAMEWORK@"
}