-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest"> | ||
<dashboard-extension id="com.tableau.extensions.myawesomeextension" extension-version="0.7.0"> | ||
<default-locale>PictureThis Free Extension!</default-locale> | ||
<name resource-id="name"/> | ||
<description>PictureThis Free to view data easily.</description> | ||
<author name="Harsh Pandey" email="[email protected]" organization="PictureThis Free" website="https://hp-01.github.io/picture-this-free/"/> | ||
<min-api-version>0.9</min-api-version> | ||
<source-location> | ||
<url>https://hp-01.github.io/picture-this-free/home.html</url> | ||
</source-location> | ||
<icon></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">PictureThis Free Configuration</text> | ||
</resource> | ||
</resources> | ||
</manifest> |