Skip to content

data: Add empty apps and libs lists

Martin Abente Lahaye requested to merge tchx84/Circle:add-lists-data into master

Both apps.json and libs.json will serve as our "source of truth" for the Circle.

We don't need to solve the exact format for entries right-now, but I assume something like the following will do:

{
    "name": "Pippy",
    "developer": "Sugar Labs Community",
    "icon": "https://raw.githubusercontent.com/sugarlabs/Pippy/master/activity/activity-icon.svg"
    "info": "https://github.com/sugarlabs/Pippy",
    "download": "https://flathub.org/apps/details/org.sugarlabs.Pippy"  
}

NOTE: adding these empty list will unblock Infrastructure/gnome-web-www!11 (merged) as we can reference these from php.

Merge request reports

Loading