Skip to content

Commit

Permalink
Merge pull request #9 from k-miyata/change-extension-name
Browse files Browse the repository at this point in the history
Change extension name to shorter and memorable
  • Loading branch information
k-miyata authored Apr 24, 2022
2 parents 763e4cf + 239309d commit ac1e904
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
Binary file modified docs/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"ext_name": {
"message": "Background Color Enhancer for note.mu",
"description": "The extension name."
"extension_name": {
"message": "Note Friendly",
"description": "The name of this extension."
},
"ext_description": {
"message": "Enhances the background color that is good for eyes on an article page of note.mu.",
"description": "Description of the extention."
"extension_description": {
"message": "Changes the background of Note to the more eye-friendly colors.",
"description": "The description of this extention."
}
}
12 changes: 6 additions & 6 deletions src/_locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"ext_name": {
"message": "Background Color Enhancer for note.mu",
"description": "拡張機能の名前"
"extension_name": {
"message": "note friendly",
"description": "この拡張機能の名前"
},
"ext_description": {
"message": "note.mu の記事ページの背景を、目に優しい色に変更します",
"description": "拡張機能の説明"
"extension_description": {
"message": "noteの背景を目に優しい色に変更します",
"description": "この拡張機能の説明"
}
}
Binary file modified src/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.0.4",
"icons": {
"128": "icon_128.png"
Expand Down

0 comments on commit ac1e904

Please sign in to comment.