{
  "short_name": "OldSchool",
  "name": "OldSchool",
  "description": "OldSchool - We build the new order, We build the new world",
  "homepage_url": "https://oldschool.finance",
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#1FC7D4",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./images/favicon.ico",
      "type": "image/x-icon",
      "sizes": "16x16"
    },
    {
      "src": "./logo.webp",
      "type": "image/webp",
      "sizes": "512x512"
    },
    {
      "src":"./images/android-chrome-192x192.png",
      "sizes":"192x192",
      "type":"image/png"
    },
    {
      "src":"./images/android-chrome-512x512.png",
      "sizes":"512x512",
      "type":"image/png"
    }
  ]
}