Skip to content

Commit

Permalink
chore(extensions): fix manifest description
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Aug 13, 2021
1 parent f28447e commit 255a54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extensions/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"48": "assets/icons/favicon-48.png",
"128": "assets/icons/favicon-128.png"
},
"description": "Hosting your own email forwarding service on AWS and manage it with Github Actions",
"description": "Manage your maildog on the browser, anytime.",
"homepage_url": "https://maildog.dev",
"short_name": "maildog",

Expand Down Expand Up @@ -39,7 +39,7 @@
"48": "assets/icons/favicon-48.png",
"128": "assets/icons/favicon-128.png"
},
"default_title": "tiny title",
"default_title": "maildog",
"__chrome|opera__chrome_style": false,
"__firefox__browser_style": false
},
Expand Down

0 comments on commit 255a54e

Please sign in to comment.