{

  "name": "Ocode Search",

  "short_name": "Ocode",

  "start_url": "/",

  "display": "standalone",

  "background_color": "#000000",

  "theme_color": "#000000",

  "orientation": "portrait",

  "icons": [

    {

      "src": "./icons/apple-touch-icon-light-256.png",

      "sizes": "256x256",

      "type": "image/png"

    },

    {

      "src": "./icons/apple-touch-icon-light-512.png",

      "sizes": "512x512",

      "type": "image/png"

    },

    {

      "src": "./icons/apple-touch-icon-light-1024.png",

      "sizes": "1024x1024",

      "type": "image/png"

    }

  ]

}