Add an extra key value for JSON to represent group-of-companies(goc), and make it optional.
Eg
{
"name" : "android",
"goc" : "google"
}
Now in authifyURL, when 'android' is searched, in the suggested list, it should show 'A Google Company' below the category section.
Now in authifyNow, it will help when the same URL is used multiple projects, for example when 'twitter.com/protonvpn' is searched in DB, it will find 2 JSON files that contains the same URL, ProtonVPN and ProtonAG. Now when displaying the company name it will show either one, but if there is a dedicated key for such companies, it will show 'group-of-company' name instead of name in such cases.
Add an extra key value for JSON to represent group-of-companies(goc), and make it optional.
Eg
{
"name" : "android",
"goc" : "google"
}
Now in authifyURL, when 'android' is searched, in the suggested list, it should show 'A Google Company' below the category section.
Now in authifyNow, it will help when the same URL is used multiple projects, for example when 'twitter.com/protonvpn' is searched in DB, it will find 2 JSON files that contains the same URL, ProtonVPN and ProtonAG. Now when displaying the company name it will show either one, but if there is a dedicated key for such companies, it will show 'group-of-company' name instead of name in such cases.