Open
Description
Hello, first of all congrats on the project, I've used it again recently and have a suggestion:
What about standarize the shortname and the .json filename as the same?
here is one example:
"name": "MAC Aura",
"shortName": "MartinAura",
and filename = mac-aura.json
and other example:
"name": "Atomic 3000",
"shortName": "MartinAt3000",
and filename = "atomic-3000.json"
one kind of decision would be having the brand name in the shortname or not, lowercase or camel case and without spaces or with dash instead of spaces.
Cheers!