X-Git-Url: https://git.jacobcasper.com/?p=perfect-gift.git;a=blobdiff_plain;f=frontend%2Fpublic%2Fmanifest.json;fp=frontend%2Fpublic%2Fmanifest.json;h=080d6c77ac21bb2ef88a6992b2b73ad93daaca92;hp=0000000000000000000000000000000000000000;hb=05b9ad642fae36eb7ef5ebbae1fb45396bab7270;hpb=6a60d93dfb74c8f12c1e6881a74ab0fdcbfbb932 diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/frontend/public/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}