Skip to content

Commit ec1d1b5

Browse files
committed
RELEASE : V1
Signed-off-by: Vikramaditya <[email protected]>
1 parent 80cddbc commit ec1d1b5

File tree

6 files changed

+81
-8
lines changed

6 files changed

+81
-8
lines changed

assets/index-4JV2iouI.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-BKXJJsUY.js

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

assets/leetbot.jpg-BLkG4Ekd.png

195 KB
Loading

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/leetbot.jpg.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Destroyed-DSA</title>
8-
<script type="module" crossorigin src="/assets/index-BF2QKB_B.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-4xD0vvBT.css">
7+
<title>LeetBot</title>
8+
<script type="module" crossorigin src="/assets/index-BKXJJsUY.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-4JV2iouI.css">
1010
</head>
1111
<body>
1212
<div id="root"></div>

leetbot.jpg.png

195 KB
Loading

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"permissions": ["activeTab", "storage", "tabs"],
77
"host_permissions": ["http://*/*", "https://*/*"],
88
"icons": {
9-
"16": "vite.svg",
10-
"48": "vite.svg",
11-
"128": "vite.svg"
9+
"16": "./leetbot.jpg.png",
10+
"48": "./leetbot.jpg.png",
11+
"128": "./leetbot.jpg.png"
1212
},
1313
"action": {
1414
"default_popup": "index.html",
15-
"default_icon": "vite.svg"
15+
"default_icon": "./leetbot.jpg.png"
1616
}
1717
}

0 commit comments

Comments
 (0)