From d658363a9d93c4772101a7669d83a5002a4a09ad Mon Sep 17 00:00:00 2001 From: Lap <74074061+ItsLap@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:58:05 +0000 Subject: [PATCH] Added categories for new updates --- pkgs/kat/pluview/meta.json5 | 3 +++ pkgs/kat/theme-editor/meta.json5 | 3 +++ pkgs/lap/clock/meta.json5 | 3 +++ pkgs/tranch/youtube/meta.json5 | 3 +++ pkgs/zeon/example/meta.json5 | 3 +++ 5 files changed, 15 insertions(+) diff --git a/pkgs/kat/pluview/meta.json5 b/pkgs/kat/pluview/meta.json5 index 2c41549..a7de744 100644 --- a/pkgs/kat/pluview/meta.json5 +++ b/pkgs/kat/pluview/meta.json5 @@ -8,6 +8,9 @@ description: "Develop TypeScript apps for Pluto.\n\nNOTE: This application does not have a GUI and is not an application for normal users.\n\nMade for use alongside the Pluto TypeScript Dev Environment.", // Who created this app? Should be the same as the folder name, or a localized string version. author: "Kat21", + // The catergory of your app. Should be one of the following: + // "Entertainment", "Work", "Play" + category: "Work", // The minimum core version your app is compatible with. compatibleWith: 1.5, // App assets (shown in the app store) diff --git a/pkgs/kat/theme-editor/meta.json5 b/pkgs/kat/theme-editor/meta.json5 index a1155dc..f8d5f4e 100644 --- a/pkgs/kat/theme-editor/meta.json5 +++ b/pkgs/kat/theme-editor/meta.json5 @@ -8,6 +8,9 @@ description: "A simple app to make your own Pluto themes.", // Who created this app? Should be the same as the folder name, or a localized string version. author: "Kat21", + // The catergory of your app. Should be one of the following: + // "Entertainment", "Work", "Play" + category: "Work", // The minimum core version your app is compatible with. // 1.2 brought some big changes so it should be targeted as the default compatibleWith: 1.5, diff --git a/pkgs/lap/clock/meta.json5 b/pkgs/lap/clock/meta.json5 index 11a260c..4d646db 100644 --- a/pkgs/lap/clock/meta.json5 +++ b/pkgs/lap/clock/meta.json5 @@ -8,6 +8,9 @@ description: "A basic clock app for Pluto", // Who created this app? Should be the same as the folder name, or a localized string version. author: "Lap", + // The catergory of your app. Should be one of the following: + // "Entertainment", "Work", "Play" + category: "Work", // The minimum core version your app is compatible with. // 1.2 brought some big changes so it should be targeted as the default compatibleWith: 1.5, diff --git a/pkgs/tranch/youtube/meta.json5 b/pkgs/tranch/youtube/meta.json5 index f3c38ca..6c474bf 100644 --- a/pkgs/tranch/youtube/meta.json5 +++ b/pkgs/tranch/youtube/meta.json5 @@ -8,6 +8,9 @@ description: "Watch YouTube videos and get recommendations with the native YouTube app for Pluto.", // Who created this app? Should be the same as the folder name, or a localized string version. author: "Tranch Software", + // The catergory of your app. Should be one of the following: + // "Entertainment", "Work", "Play" + category: "Entertainment", // The minimum core version your app is compatible with. // 1.2 brought some big changes so it should be targeted as the default compatibleWith: 1.5, diff --git a/pkgs/zeon/example/meta.json5 b/pkgs/zeon/example/meta.json5 index e24b45a..ebe0fd0 100644 --- a/pkgs/zeon/example/meta.json5 +++ b/pkgs/zeon/example/meta.json5 @@ -8,6 +8,9 @@ description: "An example application that opens a window showing the Zeon.dev website", // Who created this app? Should be the same as the folder name, or a localized string version. author: "Zeon", + // The catergory of your app. Should be one of the following: + // "Entertainment", "Work", "Play" + category: "Play", // The minimum core version your app is compatible with. // 1.2 brought some big changes so it should be targeted as the default compatibleWith: 1.5,