Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit 891e4e6

Browse files
committed
Added extension logo
1 parent a6eaebf commit 891e4e6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="apex_file_type_str_bo3.jpg" width=30%>
3+
</p>
4+
15
# CoD-LocalizedString
26
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/ApexModder.localizedstrings?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/ApexModder/CoD-LocalizedString?style=for-the-badge)
37

apex_file_type_str_bo3.jpg

538 KB
Loading

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "localizedstrings",
33
"displayName": "LocalizedStrings",
44
"description": "Support for Call of Duty's Localized String files (.str)",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "ApexModder",
77
"author": {
88
"name": "ApexModder"
@@ -15,6 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/ApexModder/CoD-LocalizedString/issues"
1717
},
18+
"icon": "apex_file_type_str_bo3.jpg",
1819
"engines": {
1920
"vscode": "^1.20.0"
2021
},
@@ -48,4 +49,4 @@
4849
}
4950
]
5051
}
51-
}
52+
}

0 commit comments

Comments
 (0)