1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <OfficeApp
3+ xmlns =" http://schemas.microsoft.com/office/appforoffice/1.1"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xmlns : bt =" http://schemas.microsoft.com/office/officeappbasictypes/1.0"
6+ xmlns : ov =" http://schemas.microsoft.com/office/taskpaneappversionoverrides"
7+ xsi : type =" TaskPaneApp" >
8+ <Id >CC923F2C-0638-4F36-9E18-A4910CD71B74</Id >
9+ <Version >1.0.0</Version >
10+ <ProviderName >Advanced Personal Finance</ProviderName >
11+ <DefaultLocale >en-US</DefaultLocale >
12+ <DisplayName DefaultValue =" ExpLens" />
13+ <Description DefaultValue =" Analyze personal finances like a Pro (many categories). Auto-Import 2+ years of bank transactions (via LunchMoney)." />
14+ <IconUrl DefaultValue =" https://explens.app/images/favicon-32x32.png" />
15+ <HighResolutionIconUrl DefaultValue =" https://explens.app/images/favicon-64x64.png" />
16+ <SupportUrl DefaultValue =" https://explens.app" />
17+ <AppDomains >
18+ <AppDomain >https://explens.app</AppDomain >
19+ <AppDomain >https://lunchmoney.app</AppDomain >
20+ <AppDomain >https://github.com</AppDomain >
21+ </AppDomains >
22+ <Hosts >
23+ <Host Name =" Workbook" />
24+ </Hosts >
25+ <DefaultSettings >
26+ <SourceLocation DefaultValue =" https://explens.app/app/0.0.2/excel/index.html" />
27+ </DefaultSettings >
28+ <Permissions >ReadWriteDocument</Permissions >
29+
30+ <VersionOverrides
31+ xmlns =" http://schemas.microsoft.com/office/taskpaneappversionoverrides"
32+ xsi : type =" VersionOverridesV1_0" >
33+ <Hosts >
34+ <Host xsi : type =" Workbook" >
35+ <DesktopFormFactor >
36+ <GetStarted >
37+ <Title resid =" GetStarted-Title" />
38+ <Description resid =" GetStarted-Description" />
39+ <LearnMoreUrl resid =" GetStarted-LearnMoreUrl" />
40+ </GetStarted >
41+ <!--
42+ <FunctionFile resid="Commands-Url"/>
43+ -->
44+ <ExtensionPoint xsi : type =" PrimaryCommandSurface" >
45+ <OfficeTab id =" TabHome" >
46+ <Group id =" EL.TabGroup-Id" >
47+ <Label resid =" TabGroup-Label" />
48+ <Icon >
49+ <bt : Image size =" 16" resid =" Icon.16x16" />
50+ <bt : Image size =" 32" resid =" Icon.32x32" />
51+ <bt : Image size =" 80" resid =" Icon.80x80" />
52+ </Icon >
53+ <Control xsi : type =" Button" id =" EL.ShowPaneButton-Id" >
54+ <Label resid =" ShowPaneButton-Label" />
55+ <Supertip >
56+ <Title resid =" ShowPaneButton-Tip-Title" />
57+ <Description resid =" ShowPaneButton-Tip-Description" />
58+ </Supertip >
59+ <Icon >
60+ <bt : Image size =" 16" resid =" Icon.16x16" />
61+ <bt : Image size =" 32" resid =" Icon.32x32" />
62+ <bt : Image size =" 80" resid =" Icon.80x80" />
63+ </Icon >
64+ <Action xsi : type =" ShowTaskpane" >
65+ <TaskpaneId >EL.Taskpain-Id</TaskpaneId >
66+ <SourceLocation resid =" Taskpane-Url" />
67+ </Action >
68+ </Control >
69+ </Group >
70+ </OfficeTab >
71+ </ExtensionPoint >
72+ </DesktopFormFactor >
73+ </Host >
74+ </Hosts >
75+ <Resources >
76+ <bt : Images >
77+ <bt : Image id =" Icon.16x16" DefaultValue =" https://explens.app/images/favicon-16x16.png" />
78+ <bt : Image id =" Icon.32x32" DefaultValue =" https://explens.app/images/favicon-32x32.png" />
79+ <bt : Image id =" Icon.80x80" DefaultValue =" https://explens.app/images/favicon-80x80.png" />
80+ </bt : Images >
81+ <bt : Urls >
82+ <bt : Url id =" GetStarted-LearnMoreUrl" DefaultValue =" https://explens.app" />
83+ <bt : Url id =" Taskpane-Url" DefaultValue =" https://explens.app/app/0.0.2/excel/index.html" />
84+ </bt : Urls >
85+ <bt : ShortStrings >
86+ <bt : String id =" GetStarted-Title" DefaultValue =" ExpLens" />
87+ <bt : String id =" TabGroup-Label" DefaultValue =" Finances" />
88+ <bt : String id =" ShowPaneButton-Label" DefaultValue =" ExpLens" />
89+ <bt : String id =" ShowPaneButton-Tip-Title" DefaultValue =" Show ExpLens Task Pane" />
90+ <bt : String id =" Taskpain-Title" DefaultValue =" ExpLens" />
91+ </bt : ShortStrings >
92+ <bt : LongStrings >
93+ <bt : String id =" GetStarted-Description" DefaultValue =" Analyze your finances. Import 2+ years of bank transactions. To view: [HOME tab] > [Finances] > [ExpLens]." />
94+ <bt : String id =" ShowPaneButton-Tip-Description" DefaultValue =" Click to show the ExpLens task pane. Synchronize your Bank Transactions from there." />
95+ </bt : LongStrings >
96+ </Resources >
97+ </VersionOverrides >
98+ </OfficeApp >
0 commit comments