We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdd908 commit 53edac0Copy full SHA for 53edac0
manifest.json
@@ -3,7 +3,7 @@
3
"name" : "LeetHub",
4
"description" : "Automatically integrate your code with LeetCode and GitHub",
5
"homepage_url": "https://github.com/QasimWani/LeetHub",
6
- "version" : "0.1.1",
+ "version" : "0.1.2",
7
"author" : "Qasim Wani",
8
"browser_action": {
9
"default_icon": "assets/thumbnail.png",
@@ -21,6 +21,7 @@
21
"permissions": [
22
"tabs",
23
"activeTab",
24
+ "unlimitedStorage",
25
"storage"
26
],
27
"content_scripts": [
0 commit comments