Updates
This commit is contained in:
BIN
manifest/apple-touch-icon.png
Normal file
BIN
manifest/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
manifest/favicon.ico
Normal file
BIN
manifest/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
manifest/icon152.png
Normal file
BIN
manifest/icon152.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
manifest/icon16.png
Normal file
BIN
manifest/icon16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 B |
BIN
manifest/icon196.png
Normal file
BIN
manifest/icon196.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
manifest/icon32.png
Normal file
BIN
manifest/icon32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 267 B |
27
manifest/manifest.json
Normal file
27
manifest/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"dir": "ltr",
|
||||
"lang": "en",
|
||||
"name": "Roadmap",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"start_url": "https://roadmap.sh/",
|
||||
"short_name": "Roadmap",
|
||||
"theme_color": "#EDD07E",
|
||||
"description": "Roadmaps to becoming a Modern Developer – roadmap.sh",
|
||||
"orientation": "any",
|
||||
"background_color": "#101010",
|
||||
"related_applications": [],
|
||||
"prefer_related_applications": false,
|
||||
"icons": [
|
||||
{
|
||||
"src": "/manifest/icon152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/manifest/icon196.png",
|
||||
"sizes": "196x196",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user