diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 21:52:24 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 21:52:24 +0100 |
| commit | 6f7374c2fa58c8692b51018864b802e6b876d305 (patch) | |
| tree | a7e8ead757e9f4de1920395336dcac1c8a989576 /data/world/companies.json | |
A new start
Diffstat (limited to 'data/world/companies.json')
| -rw-r--r-- | data/world/companies.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/data/world/companies.json b/data/world/companies.json new file mode 100644 index 0000000..65dd232 --- /dev/null +++ b/data/world/companies.json @@ -0,0 +1,52 @@ +[{
+ "name": "Fruitosis",
+ "logo": "data/img/logo_fruitosis.png",
+ "products": [
+ "Bananas",
+ "Apples",
+ "Mangos",
+ "Kiwifruit",
+ "Kumquat",
+ "Lemon",
+ "Lime",
+ "Loganberry",
+ "Pineapple",
+ "Pineberry",
+ "Plumcot",
+ "Pomegranate",
+ "Durian",
+ "Egg Fruit",
+ "Elderberry"
+ ]
+ },
+ {
+ "name": "Chop Inc",
+ "logo": "data/img/logo_fruitosis.png",
+ "products": [
+ "Beech logs",
+ "Ash logs",
+ "Ginkgo logs",
+ "Honey Locust logs",
+ "Walnut logs",
+ "Alders logs",
+ "Snowy Mespils logs",
+ "Birches logs",
+ "Hornbeams logs"
+ ]
+ },
+ {
+ "name": "Chomed Co",
+ "logo": "data/img/logo_fruitosis.png",
+ "products": [
+ "Lisinopril",
+ "Atorvastatin",
+ "Levothyroxine",
+ "Metformin",
+ "Amlodipine",
+ "Metoprolol",
+ "Omeprazole",
+ "Simvastatin",
+ "Losartan"
+ ]
+ }
+]
\ No newline at end of file |
