{
  "name": "My Computer",
  "short_name": "MyPC",
  "start_url": "/",
  "display": "fullscreen",
  "theme_color": "#245EDC",
  "background_color": "#3B6EA5",
  "orientation": "landscape",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect fill='%23245EDC' width='100' height='100'/%3E%3Crect x='15' y='25' width='70' height='50' fill='white' rx='3'/%3E%3Crect x='35' y='75' width='30' height='5' fill='white'/%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}