-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
73 lines (71 loc) · 3.21 KB
/
manifest.xml
File metadata and controls
73 lines (71 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
xsi:type="TaskPaneApp">
<Id>b9e5b806-7fbb-4e7b-9cc3-9b61c24ce60c</Id>
<Version>1.0.0.2</Version>
<ProviderName>DataSetIQ</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="DataSetIQ for Excel" />
<Description DefaultValue="Access 40M+ economic time series from FRED, BLS, World Bank, IMF, OECD, and 200+ data sources with custom functions. Real-time economic data, financial indicators, and statistics directly in Excel." />
<IconUrl DefaultValue="https://plugins.datasetiq.com/assets/icon-32.png" />
<HighResolutionIconUrl DefaultValue="https://plugins.datasetiq.com/assets/icon-64.png" />
<SupportUrl DefaultValue="https://datasetiq.com/plugins/support" />
<AppDomains>
<AppDomain>https://www.datasetiq.com</AppDomain>
<AppDomain>https://datasetiq.com</AppDomain>
<AppDomain>https://plugins.datasetiq.com</AppDomain>
<AppDomain>https://fonts.googleapis.com</AppDomain>
<AppDomain>https://fonts.gstatic.com</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Workbook" />
</Hosts>
<Requirements>
<Sets DefaultMinVersion="1.3">
<Set Name="CustomFunctionsRuntime" MinVersion="1.3" />
<Set Name="ExcelApi" MinVersion="1.7" />
</Sets>
</Requirements>
<DefaultSettings>
<SourceLocation DefaultValue="https://plugins.datasetiq.com/taskpane/index.html" />
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<ov:VersionOverrides xsi:type="ov:VersionOverridesV1_0">
<ov:Hosts>
<ov:Host xsi:type="ov:Workbook">
<ov:AllFormFactors>
<ov:ExtensionPoint xsi:type="ov:CustomFunctions">
<ov:Script>
<ov:SourceLocation resid="Functions.Script" />
</ov:Script>
<ov:Page>
<ov:SourceLocation resid="Functions.Page" />
</ov:Page>
<ov:Metadata>
<ov:SourceLocation resid="Functions.Metadata" />
</ov:Metadata>
<ov:Namespace resid="Functions.Namespace" />
</ov:ExtensionPoint>
</ov:AllFormFactors>
</ov:Host>
</ov:Hosts>
<ov:Resources>
<bt:Images>
<bt:Image id="Icon32" DefaultValue="https://plugins.datasetiq.com/assets/icon-32.png" />
<bt:Image id="Icon64" DefaultValue="https://plugins.datasetiq.com/assets/icon-64.png" />
</bt:Images>
<bt:Urls>
<bt:Url id="Taskpane.Url" DefaultValue="https://plugins.datasetiq.com/taskpane/index.html" />
<bt:Url id="Functions.Script" DefaultValue="https://plugins.datasetiq.com/functions.js" />
<bt:Url id="Functions.Page" DefaultValue="https://plugins.datasetiq.com/functions.html" />
<bt:Url id="Functions.Metadata" DefaultValue="https://plugins.datasetiq.com/functions.json" />
</bt:Urls>
<bt:ShortStrings>
<bt:String id="Functions.Namespace" DefaultValue="DSIQ" />
</bt:ShortStrings>
</ov:Resources>
</ov:VersionOverrides>
</OfficeApp>