diff --git a/creditcards.json b/creditcards.json new file mode 100644 index 0000000..be578c6 --- /dev/null +++ b/creditcards.json @@ -0,0 +1,15 @@ +{ + "type": "index", + "name": { + "en": "Credit Cards", + "nl": "Creditcards" + }, + "subCategories": [ + { + "id": "mastercard" + }, + { + "id": "visa" + } + ] +}