-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
181 lines (181 loc) · 6.84 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"public_folder": "public",
"default_css": "templates/main.css",
"pages": {
"page1": {
"title": "Demo - Explore Top Search Engines",
"subtitle": "Discover the best search engines with our curated links.",
"seo_keywords": [
"search engines",
"top search engines",
"SEO",
"internet search",
"online resources"
],
"css": "templates/custom-example.css",
"links": {
"google": {
"title": "Google",
"subtitle": "Your gateway to the world's information.",
"url": "https://google.com"
},
"bing": {
"title": "Bing",
"subtitle": "Discover more with Microsoft's search engine.",
"url": "https://bing.com"
},
"duckduckgo": {
"title": "DuckDuckGo",
"subtitle": "Search privately without being tracked.",
"url": "https://duckduckgo.com"
},
"yahoo": {
"title": "Yahoo",
"subtitle": "Stay updated with news and more.",
"url": "https://yahoo.com"
}
}
},
"page1_light": {
"title": "Demo - Explore Top Search Engines",
"subtitle": "A demo page showcasing popular search engines.",
"seo_keywords": [
"search engines",
"SEO",
"internet resources",
"online search"
],
"links": {
"google": {
"title": "Google",
"subtitle": "The most popular search engine worldwide.",
"url": "https://google.com"
},
"bing": {
"title": "Bing",
"subtitle": "Microsoft's innovative search solution.",
"url": "https://bing.com"
},
"duckduckgo": {
"title": "DuckDuckGo",
"subtitle": "Privacy-focused search engine.",
"url": "https://duckduckgo.com"
},
"yahoo": {
"title": "Yahoo",
"subtitle": "Explore news, finance, and more.",
"url": "https://yahoo.com"
}
}
},
"page2": {
"title": "Demo - Connect with Social Media Platforms",
"subtitle": "Explore popular social media links to stay connected.",
"seo_keywords": [
"social media",
"connect",
"networking",
"social platforms"
],
"links": {
"facebook": {
"title": "Facebook",
"subtitle": "Join the largest social network.",
"url": "https://facebook.com"
},
"twitter": {
"title": "Twitter",
"subtitle": "Stay updated with real-time news.",
"url": "https://twitter.com"
}
}
},
"page3": {
"title": "Demo - Stay Informed with News Outlets",
"subtitle": "Access trusted news sources for the latest updates.",
"seo_keywords": [
"news",
"latest updates",
"articles",
"current events"
],
"links": {
"cnn": {
"title": "CNN",
"subtitle": "Breaking news from around the globe.",
"url": "https://cnn.com"
},
"bbc": {
"title": "BBC",
"subtitle": "Your trusted source for international news.",
"url": "https://bbc.com"
},
"nytimes": {
"title": "The New York Times",
"subtitle": "In-depth reporting and analysis.",
"url": "https://nytimes.com"
},
"reuters": {
"title": "Reuters",
"subtitle": "Global news coverage at your fingertips.",
"url": "https://reuters.com"
},
"aljazeera": {
"title": "Al Jazeera",
"subtitle": "Insightful news from a global perspective.",
"url": "https://aljazeera.com"
},
"foxnews": {
"title": "Fox News",
"subtitle": "Latest headlines and breaking news.",
"url": "https://foxnews.com"
},
"huffpost": {
"title": "HuffPost",
"subtitle": "Engaging news and opinion pieces.",
"url": "https://huffpost.com"
},
"buzzfeed": {
"title": "BuzzFeed News",
"subtitle": "Trending news and stories that matter.",
"url": "https://buzzfeed.com/news"
},
"theguardian": {
"title": "The Guardian",
"subtitle": "Quality journalism from the UK and beyond.",
"url": "https://theguardian.com"
},
"msnbc": {
"title": "MSNBC",
"subtitle": "In-depth political coverage and analysis.",
"url": "https://msnbc.com"
},
"forbes": {
"title": "Forbes",
"subtitle": "Business news and financial insights.",
"url": "https://forbes.com"
},
"nationalgeographic": {
"title": "National Geographic",
"subtitle": "Explore the world through stunning visuals.",
"url": "https://nationalgeographic.com"
},
"time": {
"title": "Time",
"subtitle": "Timeless stories and impactful journalism.",
"url": "https://time.com"
},
"wsj": {
"title": "The Wall Street Journal",
"subtitle": "Trusted business news and analysis.",
"url": "https://wsj.com"
},
"marketwatch": {
"title": "MarketWatch",
"subtitle": "Financial news and market updates.",
"url": "https://marketwatch.com"
}
}
}
}
}