{
  "name": "Ollo Workspace",
  "short_name": "Ollo",
  "description": "A Progressive Web App built with Next.js",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    { 
      "src": "/images/icons/favicon.ico", 
      "type": "image/x-icon", 
      "sizes": "16x16 32x32" 
    },
    { 
      "src": "/images/icons/icon-192.png", 
      "type": "image/png", 
      "sizes": "192x192" 
    },
    { 
      "src": "/images/icons/icon-512.png", 
      "type": "image/png", 
      "sizes": "512x512" 
    },
    { 
      "src": "/images/icons/icon-192-maskable.png", 
      "type": "image/png", 
      "sizes": "192x192", 
      "purpose": "maskable" 
    },
    { 
      "src": "/images/icons/icon-512-maskable.png", 
      "type": "image/png", 
      "sizes": "512x512", 
      "purpose": "maskable" 
    }
  ]
}
