chore: rename
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Nostr Connect",
|
||||
"name": "Nostr Signer (formerly Nostr Connect)",
|
||||
"description": "Nostr Signer Extension",
|
||||
"version": "0.1.2",
|
||||
"homepage_url": "https://github.com/reyamir/nostr-connect",
|
||||
@@ -15,7 +15,7 @@
|
||||
"service_worker": "background.build.js"
|
||||
},
|
||||
"action": {
|
||||
"default_title": "Nostr Connect",
|
||||
"default_title": "Nostr Signer",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"content_scripts": [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Nostr Connect",
|
||||
"name": "Nostr Signer (formerly Nostr Connect)",
|
||||
"description": "Nostr Signer Extension",
|
||||
"version": "0.1.2",
|
||||
"homepage_url": "https://github.com/reyamir/nostr-connect",
|
||||
@@ -20,7 +20,7 @@
|
||||
"scripts": ["background.build.js"]
|
||||
},
|
||||
"browser_action": {
|
||||
"default_title": "Nostr Connect",
|
||||
"default_title": "Nostr Signer",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"content_scripts": [
|
||||
|
||||
@@ -6,7 +6,7 @@ export function LogoIcon() {
|
||||
height="56"
|
||||
fill="none"
|
||||
viewBox="0 0 56 56"
|
||||
aria-label="Nostr Connect logo"
|
||||
aria-label="Nostr Signer logo"
|
||||
>
|
||||
<rect width="56" height="56" fill="#EEECFD" rx="16"></rect>
|
||||
<rect
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<title>Nostr Signer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
@@ -94,7 +94,7 @@ function Options() {
|
||||
<div className="flex items-center gap-4">
|
||||
<LogoIcon />
|
||||
<div>
|
||||
<h1 className="text-lg font-semibold">Nostr Connect</h1>
|
||||
<h1 className="text-lg font-semibold">Nostr Signer</h1>
|
||||
<p className="text-sm text-muted font-medium">Nostr signer</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Nostr Connect",
|
||||
"name": "Nostr Signer (formerly Nostr Connect)",
|
||||
"description": "Nostr Signer Extension",
|
||||
"version": "0.1.2",
|
||||
"homepage_url": "https://github.com/reyamir/nostr-connect",
|
||||
@@ -15,7 +15,7 @@
|
||||
"service_worker": "background.build.js"
|
||||
},
|
||||
"action": {
|
||||
"default_title": "Nostr Connect",
|
||||
"default_title": "Nostr Signer",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"content_scripts": [
|
||||
|
||||
@@ -31328,7 +31328,7 @@ For more info, visit https://reactjs.org/link/mock-scheduler`);
|
||||
height: "56",
|
||||
fill: "none",
|
||||
viewBox: "0 0 56 56",
|
||||
"aria-label": "Nostr Connect logo",
|
||||
"aria-label": "Nostr Signer logo",
|
||||
children: [
|
||||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
||||
width: "56",
|
||||
@@ -31814,7 +31814,7 @@ For more info, visit https://reactjs.org/link/mock-scheduler`);
|
||||
children: [
|
||||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("h1", {
|
||||
className: "text-lg font-semibold",
|
||||
children: "Nostr Connect"
|
||||
children: "Nostr Signer"
|
||||
}),
|
||||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", {
|
||||
className: "text-sm text-muted font-medium",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<title>Nostr Signer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<title>Nostr Signer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
@@ -22505,7 +22505,7 @@ For more info, visit https://reactjs.org/link/mock-scheduler`);
|
||||
height: "56",
|
||||
fill: "none",
|
||||
viewBox: "0 0 56 56",
|
||||
"aria-label": "Nostr Connect logo",
|
||||
"aria-label": "Nostr Signer logo",
|
||||
children: [
|
||||
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
|
||||
width: "56",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<title>Nostr Signer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<title>Nostr Signer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<title>Nostr Signer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user