-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.", | ||
}, | ||
}, | ||
} | ||
|