# Custom Tabs

<table border="1" id="bkmrk-repository-https%3A%2F%2Fw" style="border-collapse: collapse; width: 100%; height: 236.6px;"><colgroup><col style="width: 30.7739%;"></col><col style="width: 69.3453%;"></col></colgroup><tbody><tr style="height: 29.8px;"><td style="height: 29.8px;">  
</td><td style="height: 29.8px;">  
</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">  
</td><td style="height: 29.8px;">  
</td></tr><tr style="height: 57.8px;"><td style="height: 57.8px;">Repository</td><td style="height: 57.8px;">[https://www.iamparadox.dev/jellyfin/plugins/manifest.json](https://www.iamparadox.dev/jellyfin/plugins/manifest.json)</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">ver</td><td style="height: 29.8px;">0.2.6.0</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">  
</td><td style="height: 29.8px;">[Link](https://notflix.pknw1.co.uk/web/#/dashboard/plugins/fbacd0b6fd464a05b0a42045d6a135b0?name=Custom%20Tabs)</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">  
</td><td style="height: 29.8px;">  
</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">  
</td><td style="height: 29.8px;">  
</td></tr></tbody></table>

<details id="bkmrk-xml-config-%3C%3Fxml-ver"><summary>XML Config</summary>

```
<?xml version="1.0" encoding="utf-8"?>
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Tabs>
    <TabConfig>
      <ContentHtml>&lt;style&gt;
#customTab_0 { 
    :root {
        --save-gut: max(env(safe-area-inset-left), 3.3%);
    }
   @media only screen and (max-width: 990px) {
       .appsIframe{
           height: calc(100vh - 105.15px)!important;
           margin-top: -6.15px!important;
       }
   } 
    .appsIframe {
        width: 100%;
        height: calc(100vh - 50.716px);
        position: absolute;
        border: 0;
        margin-top: -20.716px;
    } }
&lt;/style&gt;
&lt;div class="sections"&gt;
  &lt;iframe class="appsIframe" src="https://apps.notflix.pknw1.co.uk"&gt;&lt;/iframe&gt;
&lt;/div&gt;</ContentHtml>
      <Title>User Apps</Title>
    </TabConfig>
    <TabConfig>
      <ContentHtml>&lt;style&gt;
#customTab_1 { 
    :root {
        --save-gut: max(env(safe-area-inset-left), 3.3%);
    }
   @media only screen and (max-width: 990px) {
       .appsIframe{
           height: calc(100vh - 105.15px)!important;
           margin-top: -6.15px!important;
       }
   } 
    .appsIframe {
        width: 100%;
        height: calc(100vh - 50.716px);
        position: absolute;
        border: 0;
        margin-top: -20.716px;
    } }
&lt;/style&gt;
&lt;div class="sections"&gt;
  &lt;iframe class="appsIframe" src="https://gas.notflix.pknw1.co.uk"&gt;&lt;/iframe&gt;
&lt;/div&gt;</ContentHtml>
      <Title>*NEW* Console Games</Title>
    </TabConfig>
  </Tabs>
</PluginConfiguration>
```

</details>