sheetal-g9/CustomChromeTabs

Add a list of popular websites which people mostly visit.

sheetal-g9 opened this issue · 4 comments

The ChromeActivity has a list of strings url.
Add popular websites ike sites like medium ,reddit to it with the help of:

List.add(String)

method.
For e.g.

url.add("https://medium.com");

**DO NOT ADD unprofessional or vague sites **

I would like to work on this! Is there any prefered amount/limit on how many websites to add?

Preferably there is no limit but addition of uncommon sites should be avoided.

#7 has about 80 links now, hope it helps :)

I have some more that I could add! Is it also chill if I organize the links by categories(i.e news sites, social media, ect.)?