Skip to content

Commit

Permalink
fix(manifest.json): remove "Extension" suffix from name (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Dec 18, 2024
1 parent ad79c31 commit 3705cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/background/services/keyAutoAdd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class KeyAutoAddService {
publicKey,
keyId,
walletAddressUrl: walletAddress.id,
nickName: this.appName + ' - ' + this.browserName,
nickName: `${this.appName} Extension - ${this.browserName}`,
keyAddUrl,
},
existingTabId,
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/chrome-manifest",
"name": "Web Monetization Extension",
"name": "Web Monetization",
"version": "0.3.0.0",
"manifest_version": 3,
"minimum_chrome_version": "110.0",
Expand Down

0 comments on commit 3705cd4

Please sign in to comment.