update icon

This commit is contained in:
makaveli10
2023-05-31 07:25:19 +05:30
parent e37e7f5522
commit 0b9fb6c49d
4 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

+2 -2
View File
@@ -18,10 +18,10 @@
"scripting"
],
"icons": {
"128":"collabora.png"
"128":"icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "collabora.png"
"default_icon": "icon128.png"
}
}
+1 -1
View File
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="header"><img src="./collabora.png"/> <h1>Audio Transcription</h1></div>
<div class="header"><img src="./icon128.png"/> <h1>Audio Transcription</h1></div>
<div class="button-container">
<div class="button" id="startCapture">Start Capture</div>
<div class="button" id="stopCapture" disabled>Stop Capture</div>