Skip to content

Commit 53edac0

Browse files
committed
adding unlimitedStorage
1 parent 5bdd908 commit 53edac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name" : "LeetHub",
44
"description" : "Automatically integrate your code with LeetCode and GitHub",
55
"homepage_url": "https://github.com/QasimWani/LeetHub",
6-
"version" : "0.1.1",
6+
"version" : "0.1.2",
77
"author" : "Qasim Wani",
88
"browser_action": {
99
"default_icon": "assets/thumbnail.png",
@@ -21,6 +21,7 @@
2121
"permissions": [
2222
"tabs",
2323
"activeTab",
24+
"unlimitedStorage",
2425
"storage"
2526
],
2627
"content_scripts": [

0 commit comments

Comments
 (0)