Skip to content

Commit

Permalink
manifest bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchouhan16 committed Feb 7, 2022
1 parent 1dd0696 commit 9113f6d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "POTD - Problem Of The Day",
"description": "Solve a new DSA problem every day.",
"version": "1.0.0.1",
"version": "1.0.1.0",
"icons": {
"16": "/assets/POTD_logo_16.png",
"48": "/assets/POTD_logo_48.png",
Expand All @@ -16,13 +16,6 @@
"128": "/assets/POTD_logo_128.png"
}
},
"content_scripts": [
{
"js": [
"./popup.js"
]
}
],
"permissions": [
"activeTab",
"storage"
Expand Down

0 comments on commit 9113f6d

Please sign in to comment.