-
Notifications
You must be signed in to change notification settings - Fork 892
/
backgrounds.ts
86 lines (85 loc) · 3.16 KB
/
backgrounds.ts
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
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/. */
export const images: NewTab.Image[] = [
{
'name': 'ntp-fall-2019-1',
'source': 'anders-jilden.webp',
'author': 'Anders Jildén',
'link': 'https://unsplash.com/@andersjilden?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/uwbajDCODj4',
'license': 'https://unsplash.com/license'
},
{
'name': 'ntp-fall-2019-2',
'source': 'andreas-gucklhorn.webp',
'author': 'Andreas Gücklhorn',
'link': 'https://unsplash.com/@draufsicht?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/mawU2PoJWfU',
'license': 'https://unsplash.com/license'
},
{
'name': 'ntp-fall-2019-3',
'source': 'andy-mai.webp',
'author': 'Andy Mai',
'link': 'https://unsplash.com/@veroz?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/4knR_YzeUVc',
'license': 'https://unsplash.com/license'
},
{
'name': 'ntp-fall-2019-5',
'source': 'anton-repponen.webp',
'author': 'Anton Repponen',
'link': 'https://unsplash.com/@repponen?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/sfgH9dXcMRw',
'license': 'https://unsplash.com/license'
},
{
'name': 'ntp-fall-2019-6',
'source': 'ben-karpinski.webp',
'author': 'Ben Karpinski',
'link': 'http://bklandscapes.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-8',
'source': 'joe-gardner.webp',
'author': 'Joe Gardner',
'link': 'https://unsplash.com/@josephgardnerphotography?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/4xv3lqnanYc',
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-10',
'source': 'matt-palmer.webp',
'author': 'Matt Palmer',
'link': 'https://unsplash.com/@mattpalmer?utm_source=unsplash&utm_medium=referral&utm_content=credit',
'originalUrl': 'https://unsplash.com/photos/veMnvjmfoxw',
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-12',
'source': 'svalbard-jerol-soibam.webp',
'author': 'Jerol Soibam',
'link': 'https://www.instagram.com/jerol_soibam',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-13',
'source': 'will-christiansen-glacier-peak.webp',
'author': 'Will Christiansen',
'link': 'www.theskyfolk.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
},
{
'name': 'ntp-fall-2019-14',
'source': 'will-christiansen-ice.webp',
'author': 'Will Christiansen',
'link': 'www.theskyfolk.com',
'originalUrl': 'Contributor sent the hi-res version through email',
'license': 'used with permission'
}
]