Skip to content

Commit c114b64

Browse files
committed
Improved icons. Added some meta.
1 parent 6c698a8 commit c114b64

9 files changed

+8
-5
lines changed

img/apple-touch-icon.png

15.1 KB
Loading

img/favicon-16x16.png

1.35 KB
Loading

img/favicon-32x32.png

2.74 KB
Loading

img/favicon.ico

14.7 KB
Binary file not shown.

img/icon-16x16.png

-1.08 KB
Binary file not shown.

img/icon-180x180.png

-9.94 KB
Binary file not shown.

img/icon-32x32.png

-1.91 KB
Binary file not shown.

manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Secure Secret Sharing on Walrus",
55
"version": "0.1.0",
66
"icons": {
7-
"16": "img/icon-16x16.png",
8-
"48": "img/icon-32x32.png",
9-
"128": "img/icon-180x180.png"
7+
"16": "img/favicon-16x16.png",
8+
"48": "img/favicon-32x32.png",
9+
"128": "img/apple-touch-icon.png"
1010
},
1111
"action": {
12-
"default_icon": "img/icon-32x32.png",
12+
"default_icon": "img/favicon-32x32.png",
1313
"default_title": "IceArrow"
1414
},
1515
"background": {

popup.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<html>
44

55
<head>
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
9+
<title>Secure Secret Sharing</title>
610
<style>
711
html,
812
body {
@@ -23,7 +27,6 @@
2327
overflow: hidden;
2428
}
2529
</style>
26-
<title>Ice Arrow</title>
2730
</head>
2831

2932
<body>

0 commit comments

Comments
 (0)