Skip to content

Files

Latest commit

c597a11 · Jun 28, 2021

History

History
25 lines (20 loc) · 665 Bytes

FEED.md

File metadata and controls

25 lines (20 loc) · 665 Bytes

How to include an app in Common Apps using feed.json:

  • You will need direct links for both x64 and x86 variants (if x64 or x86 is unavailable, just use other one)
  • Official app title
  • A tag, usually the app title - without spaces - preceded by a 'c'
  • A PNG image - needs to be up to 256x256, should not exceed 50kb in size and must be with transparent background
  • The group in which the app will be included to

Available groups:

  • SystemTools
  • Internet
  • Coding
  • GraphicsSound

Example:

{ "Title": "Google Chrome", "Link": "<link_x86>", "Link64": "<link_x64>" "Tag":"cChrome", "Image": "<link_to_png>", "Group": "Internet" }