Skip to content

Commit

Permalink
fix(manifest): Edit the manifest description to fit under the charact…
Browse files Browse the repository at this point in the history
…er limit

Chrome requires the description field to be under 132 characters.
  • Loading branch information
melink14 committed May 11, 2021
1 parent 906e83e commit de5a21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "rikaikun",
"version": "1.0.0",

"description": "rikaikun helps you to read Japanese web pages by showing the reading and English definition of Japanese words when you hover over them.",
"description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in Chrome.",
"icons": { "48": "images/icon48.png", "128": "images/icon128.png" },

"permissions": ["clipboardWrite", "storage"],
Expand Down

0 comments on commit de5a21a

Please sign in to comment.