{
  "short_name": "Yeoro",
  "name": "Yeoro App",
  "description": "This is a sample application built with Create React App.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "iarc_rating_id": "YOUR_IARC_ID",
  "related_applications": [
    {
      "platform": "play",
      "id": "YOUR_PLAY_STORE_ID"
    },
    {
      "platform": "itunes",
      "id": "YOUR_ITUNES_ID"
    }
  ],
  "window-controls-overlay": {
    "color": "#000000"
  },
  "orientation": "portrait",
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1280x800",
      "type": "image/png"
    },
    {
      "src": "screenshot2.png",
      "sizes": "1280x800",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Feature 1",
      "short_name": "F1",
      "url": "/feature1",
      "icons": [
        {
          "src": "icon1.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Feature 2",
      "short_name": "F2",
      "url": "/feature2",
      "icons": [
        {
          "src": "icon2.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
