{
  "name": "James Greene’s PC",
  "short_name": "James’s PC",
  "description": "A Windows 98 desktop in your browser, on jamesgreene.com.",
  "start_url": "/pc/",
  "scope": "/pc/",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "background_color": "#1e4fb4",
  "theme_color": "#1e4fb4",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}