5
5
const { getBraveExtUrl} = require ( '../lib/appUrlUtil' )
6
6
const iconPath = getBraveExtUrl ( 'img/newtab/defaultTopSitesIcon' )
7
7
8
- /**
9
- * Let lastAccessedTime be the first-time user see the new tab page
10
- */
11
- const now = Date . now ( )
8
+ const now = 1
12
9
13
10
module . exports . pinnedTopSites = [
14
11
{
@@ -17,7 +14,7 @@ module.exports.pinnedTopSites = [
17
14
"lastAccessedTime" : now ,
18
15
"location" : "https://twitter.com/brave" ,
19
16
"partitionNumber" : 0 ,
20
- "tags" : [ ] ,
17
+ "tags" : [ 'default' ] ,
21
18
"themeColor" : "rgb(255, 255, 255)" ,
22
19
"title" : "Brave Software (@brave) | Twitter"
23
20
}
@@ -30,7 +27,7 @@ module.exports.topSites = [
30
27
"lastAccessedTime" : now ,
31
28
"location" : "https://twitter.com/brave" ,
32
29
"partitionNumber" : 0 ,
33
- "tags" : [ ] ,
30
+ "tags" : [ 'default' ] ,
34
31
"themeColor" : "rgb(255, 255, 255)" ,
35
32
"title" : "Brave Software (@brave) | Twitter"
36
33
} , {
@@ -39,7 +36,7 @@ module.exports.topSites = [
39
36
"lastAccessedTime" : now ,
40
37
"location" : "https://www.facebook.com/BraveSoftware/" ,
41
38
"partitionNumber" : 0 ,
42
- "tags" : [ ] ,
39
+ "tags" : [ 'default' ] ,
43
40
"themeColor" : "rgb(59, 89, 152)" ,
44
41
"title" : "Brave Software | Facebook"
45
42
} , {
@@ -48,7 +45,7 @@ module.exports.topSites = [
48
45
"lastAccessedTime" : now ,
49
46
"location" : "https://www.youtube.com/bravesoftware" ,
50
47
"partitionNumber" : 0 ,
51
- "tags" : [ ] ,
48
+ "tags" : [ 'default' ] ,
52
49
"themeColor" : "#E62117" ,
53
50
"title" : "Brave Browser - YouTube"
54
51
} , {
@@ -57,7 +54,7 @@ module.exports.topSites = [
57
54
"lastAccessedTime" : now ,
58
55
"location" : "https://brave.com/" ,
59
56
"partitionNumber" : 0 ,
60
- "tags" : [ ] ,
57
+ "tags" : [ 'default' ] ,
61
58
"themeColor" : "rgb(255, 255, 255)" ,
62
59
"title" : "Brave Software | Building a Better Web"
63
60
} , {
@@ -66,7 +63,7 @@ module.exports.topSites = [
66
63
"lastAccessedTime" : now ,
67
64
"location" : "https://itunes.apple.com/app/brave-web-browser/id1052879175?mt=8" ,
68
65
"partitionNumber" : 0 ,
69
- "tags" : [ ] ,
66
+ "tags" : [ 'default' ] ,
70
67
"themeColor" : "rgba(255, 255, 255, 1)" ,
71
68
"title" : "Brave Web Browser: Fast with built-in adblock on the App Store"
72
69
} , {
@@ -75,7 +72,7 @@ module.exports.topSites = [
75
72
"lastAccessedTime" : now ,
76
73
"location" : "https://play.google.com/store/apps/details?id=com.brave.browser" ,
77
74
"partitionNumber" : 0 ,
78
- "tags" : [ ] ,
75
+ "tags" : [ 'default' ] ,
79
76
"themeColor" : "rgb(241, 241, 241)" ,
80
77
"title" : "Brave Browser: Fast AdBlock – Apps para Android no Google Play"
81
78
}
0 commit comments