This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
burgerstore/repo/store.json

77 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2024-03-08 20:37:13 +00:00
{
"name": "Burgerstore",
"subtitle": "The app store for everything",
"description": "Welcome to the Burgerstore for iOS",
2024-03-09 16:17:10 +00:00
"iconURL": "https://store.hectabit.org/static/img/burgerstore.png",
2024-03-08 20:37:13 +00:00
"website": "https://store.hectabit.org",
"tintColor": "#0096FF",
2024-03-09 11:12:11 +00:00
"featuredApps": [],
2024-03-08 20:37:13 +00:00
"apps": [
{
"name": "Burgernotes",
"bundleIdentifier": "org.hectabit.burgernotes",
"developerName": "HectaBit",
2024-03-08 23:39:24 +00:00
"subtitle": "A simple note-taking service!",
2024-03-09 16:17:10 +00:00
"iconURL": "https://store.hectabit.org/static/img/org.hectabit.burgernotes.png",
2024-03-08 20:37:13 +00:00
"tintColor": "#FFFFFF",
"category": "utilities",
"screenshots": [],
"versions": [
{
"version": "b1.0.0",
"buildVersion": "1",
"date": "2024-02-29",
"downloadURL": "https://centrifuge.hectabit.org/HectaBit/Burgernotes-iOS/releases/download/b1.0.0/Burgernotes.ipa",
2024-03-08 23:39:24 +00:00
"minOSVersion": "15.0"
}
2024-03-08 20:37:13 +00:00
],
"appPermissions": {},
2024-03-08 23:39:24 +00:00
"patreon": {}
2024-03-08 20:37:13 +00:00
},
2024-03-08 23:39:24 +00:00
{
"name": "Burgertunes",
"bundleIdentifier": "lol.cta.burgertunes",
"developerName": "cta",
"subtitle": "Experimental music player",
2024-03-09 16:17:10 +00:00
"iconURL": "https://store.hectabit.org/static/img/lol.cta.burgertunes.png",
2024-03-08 23:39:24 +00:00
"tintColor": "#f1b739",
"category": "entertainment",
"screenshots": [],
"versions": [
{
"version": "b1.0.0",
"buildVersion": "1",
2024-03-09 16:17:10 +00:00
"date": "2024-03-29",
"downloadURL": "https://store.hectabit.org/static/ipa/lol.cta.burgertunes-b1.0.0.ipa",
2024-03-08 23:39:24 +00:00
"minOSVersion": "13.4"
}
],
"appPermissions": {},
"patreon": {}
}
2024-03-08 20:37:13 +00:00
],
2024-03-09 16:17:10 +00:00
"linuxapps": [
{
"name": "Burgernotes",
"bundleIdentifier": "org.hectabit.burgernotes",
"developerName": "HectaBit",
"subtitle": "A simple note-taking service!",
"iconURL": "https://store.hectabit.org/static/img/org.hectabit.burgernotes.png",
"tintColor": "#FFFFFF",
"category": "utilities",
"screenshots": [],
"versions": [
{
"version": "1.0.0",
"buildVersion": "1",
"date": "2024-03-29",
"downloadURL": "https://dl.flathub.org/repo/appstream/org.hectabit.Burgernotes.flatpakref"
}
],
"appPermissions": {},
"patreon": {}
}
],
2024-03-08 23:39:24 +00:00
"news": []
2024-03-08 20:37:13 +00:00
}