-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#12] feat: edit manifest.json and assets
- Loading branch information
Showing
5 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,45 @@ | ||
{ | ||
"short_name": "React App", | ||
"name": "Create React App Sample", | ||
"short_name": "Hepsiburada", | ||
"name": "hepsiburada.com", | ||
"display": "standalone", | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
}, | ||
{ | ||
"src": "logo192.png", | ||
"src": "https://static.hepsiburada.net/assets/sfstatic/v.1.1.267/sf-mobile/pwa/hepsiburada-icon-1x.png", | ||
"type": "image/png", | ||
"sizes": "48x48" | ||
}, | ||
{ | ||
"src": "https://static.hepsiburada.net/assets/sfstatic/v.1.1.267/sf-mobile/pwa/hepsiburada-icon-2x.png", | ||
"type": "image/png", | ||
"sizes": "72x72" | ||
}, | ||
{ | ||
"src": "https://static.hepsiburada.net/assets/sfstatic/v.1.1.267/sf-mobile/pwa/hepsiburada-icon-3x.png", | ||
"type": "image/png", | ||
"sizes": "192x192" | ||
"sizes": "96x96" | ||
}, | ||
{ | ||
"src": "logo512.png", | ||
"src": "https://static.hepsiburada.net/assets/sfstatic/v.1.1.267/sf-mobile/pwa/hepsiburada-icon-4x.png", | ||
"type": "image/png", | ||
"sizes": "512x512" | ||
"sizes": "144x144" | ||
}, | ||
{ | ||
"src": "https://static.hepsiburada.net/assets/sfstatic/Content/images/android-chrome-192x192-new.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "https://static.hepsiburada.net/assets/sfstatic/Content/images/android-chrome-512x512-new.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
"start_url": "." | ||
} |
File renamed without changes