Skip to content

Commit f4a232b

Browse files
vveerrggclaude
andcommitted
chore: sync bundled extension v1.5.4 → v1.5.5
Updates web assets from browser plugin Safari distro. Key change: nostr-crypto-utils 0.5.2 (noble-only crypto, no more crypto-browserify). Removes standalone qrcode.min.js (now bundled by esbuild). Preserves ios-polyfill.js and ios-mobile.css. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c3c5b0d commit f4a232b

25 files changed

Lines changed: 1814 additions & 208 deletions

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NostrKey iOS app — native wrapper that runs the full NostrKey browser extensio
77
Mobile surface for NostrKey — the key management layer. Same role as the browser extension but on iOS. Uses dual-WKWebView architecture with IOSBridge.swift bridging JS to native APIs.
88

99
## Current Version
10-
v1.1.1 — Bundled extension v1.5.4 — App Store submission in progress
10+
v1.1.1 — Bundled extension v1.5.5 — App Store submission in progress
1111

1212
## Tech Stack
1313
- Swift 5.9, Xcode 15.0+

NostrKey/Web/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The extension display name."
55
},
66
"extension_description": {
7-
"message": "Nostr key manager and signer for web apps. Securely store your private keys and sign events without exposing them to websites.",
7+
"message": "Nostr key manager and signer. Store your private keys securely and sign events without exposing them.",
88
"description": "Extension summary shown in browser stores and extension management pages."
99
}
1010
}

NostrKey/Web/api-keys/api-keys.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
6-
<script src="../ios-polyfill.js"></script>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
76
<script defer src="api-keys.build.js"></script>
8-
<link rel="stylesheet" href="../options.build.css" />
9-
<link rel="stylesheet" href="../ios-mobile.css" />
7+
<link rel="stylesheet" href="/options.build.css" />
108
<title>API Key Vault</title>
119
</head>
1210

NostrKey/Web/background.build.js

Lines changed: 5 additions & 15 deletions
Large diffs are not rendered by default.

NostrKey/Web/background.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
<script src="ios-polyfill.js"></script>
21
<script src="background.build.js"></script>

NostrKey/Web/event_history/event_history.build.js

Lines changed: 12 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NostrKey/Web/event_history/event_history.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
7-
<script src="../ios-polyfill.js"></script>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<script defer src="event_history.build.js"></script>
9-
<link rel="stylesheet" href="../options.build.css" />
10-
<link rel="stylesheet" href="../ios-mobile.css" />
8+
<link rel="stylesheet" href="/options.build.css" />
119
<title>Event History</title>
1210

1311
<style>

NostrKey/Web/experimental/experimental.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
7-
<script src="../ios-polyfill.js"></script>
8-
<link rel="stylesheet" href="../options.build.css" />
9-
<link rel="stylesheet" href="../ios-mobile.css" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="stylesheet" href="/options.build.css" />
108
<script src="/experimental/experimental.build.js" defer></script>
119
<title>Experimental Features</title>
1210
</head>

NostrKey/Web/full_settings.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="options.build.css" />
7-
<link rel="stylesheet" href="ios-mobile.css" />
8-
<script src="ios-polyfill.js"></script>
97
<script defer src="options.build.js"></script>
108

119
<style>

NostrKey/Web/nostr-keys/nostr-keys.build.js

Lines changed: 7 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)