Skip to content

Commit 0ceb8a4

Browse files
committed
fix: restored permissions and added icon
1 parent fbbe265 commit 0ceb8a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

icons/keepcode-icon.png

1.03 MB
Loading

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"manifest_version": 2,
33
"name": "KeepCode",
44
"version": "0.1.0",
5-
"description": "Track your leetcode activity to improve faster",
6-
"permissions": ["storage", "tabs", "activeTab", "scripting"],
5+
"description": "Focus on answering problems, let KeepCode handle the rest",
6+
"permissions": ["storage", "tabs", "activeTab"],
77
"host_permissions": ["https://leetcode.com/*"],
88
"background": {
99
"scripts": ["background.js"],
1010
"persistent": false
1111
},
1212
"browser_action": {
1313
"default_popup": "popup/popup.html",
14-
"default_icon": "placeholder.png"
14+
"default_icon": "icons/keepcode-icon.png"
1515
},
1616
"content_scripts": [
1717
{

options/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>FAQ / About</h2>
4545
<p>
4646
Made by <a href="https://linktr.ee/267dngi" target="_blank">@dngi</a>.<br>
4747
Star the project on <a href="https://github.com/kiing-dom/leetcode-tracker" target="_blank">GitHub</a>!<br>
48-
If you find this useful, consider <a href="https://www.ko-fi/267dngi" target="_blank"> buying me a kebab 😏</a>.<br><br>
48+
If you find this useful, consider <a href="https://www.ko-fi.com/267dngi" target="_blank"> buying me a kebab 😏</a>.<br><br>
4949
<strong>FAQ:</strong><br>
5050
<b>Q:</b> How do I use this extension?<br>
5151
<b>A:</b> Just solve problems on LeetCode as usual! Your progress is tracked automatically.<br>

0 commit comments

Comments
 (0)