{
    "name": "Oktopous",
    "short_name": "Oktopous",
    "description": "Transforming Homes, Creating Impeccable Spaces.",
    "background_color": "#FFF",
    "theme_color": "#091118",
    "orientation": "portrait",
    "display": "standalone",
    "start_url": "./?utm_source=web_app_manifest",
    "scope": "./",
    "lang": "",
    "icons": [
      {
        "src": "./images/Oktopous_logo.png",
        "sizes": "1600x1600",
        "type": "image/png"
      },
      {
        "src": "./images/mini_logo.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ]
  }