|
16 | 16 | <Properties> |
17 | 17 | <DisplayName>Notion extension for Command Palette</DisplayName> |
18 | 18 | <PublisherDisplayName>Michael Jolley</PublisherDisplayName> |
19 | | - <Logo>Assets\StoreLogo.png</Logo> |
| 19 | + <Logo>Assets/Square100x100Logo.png</Logo> |
20 | 20 | </Properties> |
21 | 21 |
|
22 | 22 | <Dependencies> |
|
34 | 34 | EntryPoint="$targetentrypoint$"> |
35 | 35 | <uap:VisualElements |
36 | 36 | DisplayName="Notion extension for Command Palette" |
37 | | - Description="Command Palette extension for Notion" |
| 37 | + Description="Manage Notion pages and databases from Command Palette" |
38 | 38 | 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"/> |
43 | 49 | </uap:VisualElements> |
44 | 50 | <Extensions> |
45 | 51 | <com:Extension Category="windows.comServer"> |
46 | 52 | <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" /> |
49 | 55 | </com:ExeServer> |
50 | 56 | </com:ComServer> |
51 | 57 | </com:Extension> |
|
54 | 60 | Id="PG-SP-ID" |
55 | 61 | PublicFolder="Public" |
56 | 62 | DisplayName="Notion" |
57 | | - Description="Manage Notion pages and databases from Command Palette"> |
| 63 | + Description="Manage your Notion pages and databases"> |
58 | 64 | <uap3:Properties> |
59 | 65 | <CmdPalProvider> |
60 | 66 | <Activation> |
61 | | - <CreateInstance ClassId="16a2ba75-311c-4d5f-901f-8057c86a71c6" /> |
| 67 | + <CreateInstance ClassId="D04193F6-842F-4AF4-924A-58A0CC7227F4" /> |
62 | 68 | </Activation> |
63 | 69 | <SupportedInterfaces> |
64 | 70 | <Commands/> |
|
0 commit comments