manifest.json 498 Bytes
Newer Older
Kim, Chaerin's avatar
Kim, Chaerin committed
1
2
3
4
5
{
  "short_name": "React App",
  "name": "Create React App Sample",
  "icons": [
    {
Kim, Chaerin's avatar
Kim, Chaerin committed
6
      "src": "BORA_LOGO.PNG",
Kim, Chaerin's avatar
Kim, Chaerin committed
7
8
9
10
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
Kim, Chaerin's avatar
Kim, Chaerin committed
11
      "src": "BORA_LOGO.png",
Kim, Chaerin's avatar
Kim, Chaerin committed
12
13
14
15
      "type": "image/png",
      "sizes": "192x192"
    },
    {
Kim, Chaerin's avatar
Kim, Chaerin committed
16
      "src": "BORA_LOGO.png",
Kim, Chaerin's avatar
Kim, Chaerin committed
17
18
19
20
21
22
23
24
25
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff"
}