Skip to content

Commit e035d85

Browse files
committed
Adding Notion extension images
1 parent 5af3a4f commit e035d85

9 files changed

Lines changed: 18 additions & 12 deletions

File tree

4.84 KB
Loading
7.01 KB
Loading
16.3 KB
Loading
2.19 KB
Loading
18 KB
Loading
42.1 KB
Loading
4.09 KB
Loading

src/CmdPalNotionExtension/Package.appxmanifest

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Properties>
1717
<DisplayName>Notion extension for Command Palette</DisplayName>
1818
<PublisherDisplayName>Michael Jolley</PublisherDisplayName>
19-
<Logo>Assets\StoreLogo.png</Logo>
19+
<Logo>Assets/Square100x100Logo.png</Logo>
2020
</Properties>
2121

2222
<Dependencies>
@@ -34,18 +34,24 @@
3434
EntryPoint="$targetentrypoint$">
3535
<uap:VisualElements
3636
DisplayName="Notion extension for Command Palette"
37-
Description="Command Palette extension for Notion"
37+
Description="Manage Notion pages and databases from Command Palette"
3838
BackgroundColor="transparent"
39-
Square150x150Logo="Assets\Square150x150Logo.png"
40-
Square44x44Logo="Assets\Square44x44Logo.png">
41-
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
42-
<uap:SplashScreen Image="Assets\SplashScreen.png" />
39+
Square150x150Logo="Assets\Square300x300Logo.png"
40+
Square44x44Logo="Assets\Square88x88Logo.png">
41+
<uap:DefaultTile Square71x71Logo="Assets\Square142x142Logo.png" Square310x310Logo="Assets\Square620x620Logo.png" Wide310x150Logo="Assets\Square620x300Logo.png">
42+
<uap:ShowNameOnTiles>
43+
<uap:ShowOn Tile="square150x150Logo"/>
44+
<uap:ShowOn Tile="square310x310Logo"/>
45+
<uap:ShowOn Tile="wide310x150Logo"/>
46+
</uap:ShowNameOnTiles>
47+
</uap:DefaultTile >
48+
<uap:LockScreen BadgeLogo="Assets/Square48x48Logo.png" Notification="badge"/>
4349
</uap:VisualElements>
4450
<Extensions>
4551
<com:Extension Category="windows.comServer">
4652
<com:ComServer>
47-
<com:ExeServer Executable="DadJokeExtension.exe" Arguments="-RegisterProcessAsComServer" DisplayName="Random Dad Joke">
48-
<com:Class Id="16a2ba75-311c-4d5f-901f-8057c86a71c6" DisplayName="Random Dad Joke" />
53+
<com:ExeServer Executable="CmdPalNotionExtension.exe" Arguments="-RegisterProcessAsComServer" DisplayName="Notion">
54+
<com:Class Id="D04193F6-842F-4AF4-924A-58A0CC7227F4" DisplayName="Notion" />
4955
</com:ExeServer>
5056
</com:ComServer>
5157
</com:Extension>
@@ -54,11 +60,11 @@
5460
Id="PG-SP-ID"
5561
PublicFolder="Public"
5662
DisplayName="Notion"
57-
Description="Manage Notion pages and databases from Command Palette">
63+
Description="Manage your Notion pages and databases">
5864
<uap3:Properties>
5965
<CmdPalProvider>
6066
<Activation>
61-
<CreateInstance ClassId="16a2ba75-311c-4d5f-901f-8057c86a71c6" />
67+
<CreateInstance ClassId="D04193F6-842F-4AF4-924A-58A0CC7227F4" />
6268
</Activation>
6369
<SupportedInterfaces>
6470
<Commands/>

src/CmdPalRandomDadJokeExtension/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<Extensions>
5151
<com:Extension Category="windows.comServer">
5252
<com:ComServer>
53-
<com:ExeServer Executable="DadJokeExtension.exe" Arguments="-RegisterProcessAsComServer" DisplayName="Random Dad Joke">
53+
<com:ExeServer Executable="CmdPalRandomDadJokeExtension.exe" Arguments="-RegisterProcessAsComServer" DisplayName="Random Dad Joke">
5454
<com:Class Id="16a2ba75-311c-4d5f-901f-8057c86a71c6" DisplayName="Random Dad Joke" />
5555
</com:ExeServer>
5656
</com:ComServer>
@@ -60,7 +60,7 @@
6060
Id="PG-SP-ID"
6161
PublicFolder="Public"
6262
DisplayName="Random Dad Joke"
63-
Description="Random dad jokes for Command Palette">
63+
Description="Laugh or groan at a random dad joke.">
6464
<uap3:Properties>
6565
<CmdPalProvider>
6666
<Activation>

0 commit comments

Comments
 (0)