Last active
April 5, 2023 08:01
-
-
Save jerrypm/7f4565f26e666c4348ed1ccbf178d513 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"wallpapers": [ | |
{ | |
"id": "1", | |
"name": "Nature Landscape", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper01_low.jpg" | |
}, | |
{ | |
"id": "2", | |
"name": "Abstract Blue", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper02_low.jpg" | |
}, | |
{ | |
"id": "3", | |
"name": "Space", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper03.jpg" | |
}, | |
{ | |
"id": "4", | |
"name": "Cityscape", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper04.jpg" | |
}, | |
{ | |
"id": "5", | |
"name": "Animals", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper05.jpg" | |
}, | |
{ | |
"id": "6", | |
"name": "Game", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper06.jpg" | |
}, | |
{ | |
"id": "7", | |
"name": "Minimalistic", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper07.jpg" | |
}, | |
{ | |
"id": "8", | |
"name": "Cars", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper08.jpeg" | |
}, | |
{ | |
"id": "9", | |
"name": "Foods", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper09.jpeg" | |
}, | |
{ | |
"id": "10", | |
"name": "Abstract Red", | |
"image_url": "https://raw.githubusercontent.com/jerrypm/nextproject/master/wallpaper10.jpg" | |
}, | |
{ | |
"id": "11", | |
"name": "Mountains", | |
"image_url": "https://cdn.pixabay.com/photo/2016/05/24/16/48/mountains-1412683__480.png" | |
}, | |
{ | |
"id": "12", | |
"name": "City Lights", | |
"image_url": "https://cdn.pixabay.com/photo/2017/01/18/16/46/hong-kong-1990268_1280.jpg" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment