<?xml version="1.0" encoding="UTF-8"?>
<!--
  CEP debug ports per host. Lets you attach Chrome DevTools to the panel
  webview at http://localhost:8088 while developing.

  This file MUST sit next to manifest.xml in the deployed extension. It is
  ignored in production / signed bundles.
-->
<ExtensionList>
  <Extension Id="com.kenkaiiii.gg-editor-premiere-panel">
    <HostList>
      <Host Name="PPRO" Port="8088" />
    </HostList>
  </Extension>
</ExtensionList>
