Skip to content

Commit

Permalink
Update meta.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsLap authored Jan 21, 2024
1 parent 09db37e commit 4cd73c9
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions pkgs/tranch/meta.json5
Original file line number Diff line number Diff line change
@@ -1,30 +1 @@
// An example metadata file for an application
{
// Name for your application
name: "YouTube (alpha)",
// A simple description for your application
shortDescription: "A YouTube app for Pluto",
// Description for your application
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 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,
// App assets (shown in the app store)
assets: {
path: "app.js",
icon: "assets/icon.png",
banner: null,
},
// Example section for localization
// (not currently implemented but planned to be supported)
// !! You can remove this section if you don't have any localized metadata. !!
localization: {
// English (United States)
en_US: {
name: "YouTube (alpha)",
description: "Watch YouTube videos and get recommendations with the native YouTube app for Pluto.",
},
},
}

0 comments on commit 4cd73c9

Please sign in to comment.