Skip to content

Commit

Permalink
updated manifest permissions and version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarshitJain04 committed Jun 28, 2021
1 parent 2587593 commit 833c1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meet-scheduler",
"version": "2.2.0",
"version": "2.2.1",
"description": "A chrome extension that lets you auto join and auto leave your google meet/ zoom meetings",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": ["background.bundle.js"],
"persistent": true
},
"permissions": ["storage", "alarms", "tabs", "https://meet.google.com/"],
"permissions": ["storage", "alarms", "https://meet.google.com/"],
"manifest_version": 2,
"icons": {
"16": "icon16.png",
Expand Down

0 comments on commit 833c1a4

Please sign in to comment.