Skip to content

Instantly share code, notes, and snippets.

@andre347
Created October 15, 2018 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andre347/72df04ba36e9d1fcf7cf3caa102ee141 to your computer and use it in GitHub Desktop.
Save andre347/72df04ba36e9d1fcf7cf3caa102ee141 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest manifest-version="0.1"
xmlns="http://www.tableau.com/xml/extension_manifest">
<dashboard-extension id="com.theinformationlab.extensions.datarefresh" extension-version="1.0.0">
<default-locale>en_US</default-locale>
<name resource-id="name"/>
<description>Data refresh of Tableau Dashboards</description>
<author name="Andre de Vries" email="andre.devries@theinformationlab.co.uk" organization="The Information Lab" website="https://www.theinformationlab.co.uk"/>
<min-api-version>0.8</min-api-version>
<source-location>
<url>http://localhost:5500/index.html</url>
</source-location>
<icon></icon>
<context-menu>
<!-- <configure-context-menu-item /> -->
</context-menu>
</dashboard-extension>
<resources>
<resource id="name">
<text locale="en_US">Data-refresh</text>
</resource>
</resources>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment