Skip to content

Commit

Permalink
fix: added default locale field for manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleySuira committed Nov 22, 2022
1 parent db5088f commit de880ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"manifest_version": 2,
"version": "0.80.0",
"name": "Liquality Wallet",
"description": "Self-Custodial Multi-Chain Wallet that is 100% Open Source",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https://liquality.io",
"permissions": [
"notifications",
Expand Down

0 comments on commit de880ec

Please sign in to comment.