[
    {
        "displayname": "Calc",
        "type": "app",
        "identifier": "calc",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "A calculator app without any function",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/apps\/calc\/installer.lua",
        "run": "\/os\/apps\/calc\/calc.lua",
        "updater": "\/os\/apps\/calc\/updater.lua",
        "uninstaller": "\/os\/apps\/calc\/uninstaller.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/apps\/vaultmanager\/version.txt",
        "size": 32,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "calc",
            "math",
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "HT Market",
        "type": "app",
        "identifier": "htmarket",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "GUI assisted package manager",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/apps\/htmarket\/installer.lua",
        "run": "\/os\/apps\/htmarket\/htmarket.lua",
        "updater": "\/os\/apps\/htmarket\/updater.lua",
        "uninstaller": "\/os\/apps\/htmarket\/uninstaller.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/apps\/htmarket\/version.txt",
        "size": 161,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "store",
            "htofficial"
        ],
        "collected_data": [],
        "permissions": [],
        "system_app": true
    },
    {
        "displayname": "Notes",
        "type": "app",
        "identifier": "notes",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "A simple note taking app without any function",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/apps\/notes\/installer.lua",
        "run": "\/os\/apps\/notes\/notes.lua",
        "updater": "\/os\/apps\/notes\/updater.lua",
        "uninstaller": "\/os\/apps\/notes\/uninstaller.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/apps\/notes\/version.txt",
        "size": 13,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "note taking",
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "Settings",
        "type": "app",
        "identifier": "settings",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "A settings app for htos",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/apps\/settings\/installer.lua",
        "run": "\/os\/apps\/settings\/settings.lua",
        "updater": "\/os\/apps\/settings\/updater.lua",
        "uninstaller": "\/os\/apps\/settings\/uninstaller.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/apps\/settings\/version.txt",
        "size": 445,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": [],
        "system_app": true
    },
    {
        "displayname": "Terminal",
        "type": "app",
        "identifier": "shell",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Access to the cc shell",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/apps\/shell\/installer.lua",
        "run": "\/os\/apps\/shell\/shell.lua",
        "updater": "\/os\/apps\/shell\/updater.lua",
        "uninstaller": "\/os\/apps\/shell\/uninstaller.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/apps\/shell\/version.txt",
        "size": 8,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": [],
        "system_app": true
    },
    {
        "displayname": "HT Control Library",
        "type": "library",
        "identifier": "ht-ctl",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Htos system control library",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/lib\/cli\/ht-ctl.lua update",
        "run": "\/os\/lib\/cli\/ht-ctl.lua",
        "updater": "\/os\/lib\/cli\/ht-ctl.lua update",
        "uninstaller": "delete \/os\/lib\/cli\/ht-ctl.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/libs\/ht-ctl\/version.txt",
        "size": 47,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "HT Get Library",
        "type": "library",
        "identifier": "ht-get",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Htos file retrieval library",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/lib\/cli\/ht-get.lua update",
        "run": "\/os\/lib\/cli\/ht-get.lua",
        "updater": "\/os\/lib\/cli\/ht-get.lua update",
        "uninstaller": "delete \/os\/lib\/cli\/ht-get.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/libs\/ht-get\/version.txt",
        "size": 198,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "HT Database Library",
        "type": "library",
        "identifier": "ht-db",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Database management library for Htos",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/lib\/ht-db.lua update",
        "run": "\/os\/lib\/ht-db.lua",
        "updater": "\/os\/lib\/ht-db.lua update",
        "uninstaller": "delete \/os\/lib\/ht-db.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/libs\/ht-db\/version.txt",
        "size": 407,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "Networking Library",
        "type": "library",
        "identifier": "networking",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Core network interface for Htos",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/lib\/networking.lua update",
        "run": "\/os\/lib\/networking.lua",
        "updater": "\/os\/lib\/networking.lua update",
        "uninstaller": "delete \/os\/lib\/networking.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/libs\/networking\/version.txt",
        "size": 13,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "Vault Library",
        "type": "library",
        "identifier": "vault",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Secure storage and encryption library",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/lib\/vault.lua update",
        "run": "\/os\/lib\/vault.lua",
        "updater": "\/os\/lib\/vault.lua update",
        "uninstaller": "delete \/os\/lib\/vault.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/libs\/vault\/version.txt",
        "size": 86,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "Log Display",
        "type": "object",
        "identifier": "logdisplay",
        "author": "Kuschelcraft",
        "version": "beta-1.0",
        "description": "Display object for formatted system logs",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/flakesystems\/htos\/refs\/heads\/main\/os\/objects\/system\/logdisplay.lua update",
        "run": "\/os\/objects\/system\/logdisplay.lua",
        "updater": "\/os\/objects\/system\/logdisplay.lua update",
        "uninstaller": "delete \/os\/objects\/system\/logdisplay.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/objects\/logdisplay\/version.txt",
        "size": 60,
        "monetarisation": {
            "inapppurchases": false,
            "ads": false
        },
        "tags": [
            "htofficial"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "displayname": "Boist",
        "type": "app",
        "identifier": "carshare",
        "author": "Elektroblock",
        "version": "beta-1.0",
        "description": "Boist - carsharing service",
        "installer": "wget run https:\/\/raw.githubusercontent.com\/Elektroblock\/BoistouCarSharing\/refs\/heads\/main\/installer.lua",
        "run": "\/os\/apps\/carshare\/carshare.lua",
        "updater": "\/os\/apps\/carshare\/updater.lua",
        "uninstaller": "\/os\/apps\/carshare\/uninstaller.lua",
        "automatic_updates": true,
        "versionfile": "pastebin get m5CDWzU7 \/os\/apps\/vaultmanager\/version.txt",
        "size": 32,
        "monetarisation": {
            "inapppurchases": true,
            "ads": false
        },
        "tags": [
            "car"
        ],
        "collected_data": [],
        "permissions": []
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    },
    {
        "query": "query IntrospectionQuery{__schema{queryType{name} types{name} directives{name}}}"
    }
]