Skip to content

Commit

Permalink
hotfix: MV2 nostr provider loading to work on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Apr 28, 2023
1 parent 33be9e0 commit 7124271
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.1 (firefox only)

- Hotfix for loading the Nostr Provider in MV2

## 1.5.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signum-xt-wallet",
"version": "1.5.0",
"version": "1.5.1",
"description": "Cryptocurrency wallet for the green Signum 🍀 blockchain as an extension for your browser.",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
{
"matches": ["http://localhost/*", "http://127.0.0.1/*", "https://*/*"],
"js": ["contentScript.js"],
"run_at": "document_start",
"all_frames": true
}
]
],
"web_accessible_resources": ["nostr-provider.js"]
}

0 comments on commit 7124271

Please sign in to comment.