{
  "short_name": "Roberto Win11",
  "name": "Roberto Windows 11 Terminal Studio",
  "description": "Windows 11 inspired browser desktop with Linux, SQL, PHP, Python, JavaScript, jQuery and Retro terminals.",
  "icons": [
    {
      "src": "app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#202020",
  "background_color": "#202020",
  "shortcuts": [
    {
      "name": "Retro Terminal",
      "url": "./?open=retroterminal",
      "icons": [
        {
          "src": "img/icon/retroterminal.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Python Terminal",
      "url": "./?open=pythonterminal",
      "icons": [
        {
          "src": "img/icon/pythonterminal.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Linux Terminal",
      "url": "./?open=linuxterminal",
      "icons": [
        {
          "src": "img/icon/linuxterminal.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    }
  ]
}