<?xml version="1.0" encoding="utf-8"?>
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
  <dashboard-extension id="com.yourcompany.excel-pdf-export" extension-version="1.0.0">
    <default-locale>en_US</default-locale>
    <name resource-id="name"/>
    <description>Export Tableau dashboard data to Excel and PDF with merged cells, formatting, and multi-sheet support.</description>
    <author name="Your Name" email="you@yourcompany.com" organization="Your Company" website="https://yourcompany.com"/>
    <min-api-version>1.4</min-api-version>
    <source-location>
      <url>http://localhost:5000/tabexport/export_extension.html</url>
    </source-location>
    <icon>iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA</icon>
    <permissions>
      <permission>full data</permission>
    </permissions>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
  </dashboard-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Excel/PDF Export</text>
    </resource>
  </resources>
</manifest>
