diff --git a/ChatContext/ChatContext.json b/ChatContext/ChatContext.json index ad96c9e..ce6a1dd 100644 --- a/ChatContext/ChatContext.json +++ b/ChatContext/ChatContext.json @@ -10,5 +10,10 @@ "target" ], "RepoUrl": "https://github.com/anya-hichu/ChatContext", - "IconUrl": "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/Data/icon.png" + "IconUrl": "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/icon.png", + "ImageUrls": [ + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image1.png", + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image2.png", + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image3.png" + ] } diff --git a/README.md b/README.md index 0e0a720..66f9964 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Dalamud plugin to add sender target to chat messages (more features later maybe? ## Screenshots ### Chat -![chat](Readme/chat.jpg) +![chat](images/image1.jpg) ### Config -![config](Readme/config.jpg) +![config](images/image2.jpg) ### Nearby (main) -![main](Readme/nearby.jpg) +![main](images/image3.jpg) ## Commands diff --git a/Data/icon.png b/images/icon.png similarity index 100% rename from Data/icon.png rename to images/icon.png diff --git a/Readme/chat.jpg b/images/image1.jpg similarity index 100% rename from Readme/chat.jpg rename to images/image1.jpg diff --git a/Readme/config.jpg b/images/image2.jpg similarity index 100% rename from Readme/config.jpg rename to images/image2.jpg diff --git a/Readme/nearby.jpg b/images/image3.jpg similarity index 100% rename from Readme/nearby.jpg rename to images/image3.jpg