Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leko committed Sep 1, 2022
1 parent bbc24d0 commit 6c3387e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"manifest_version": 3,
"name": "crx-gcal-url-opener",
"description": "Chrome extension that automatically opens Google Calendar meet links and event URLs",
"permissions": ["alarms", "identity", "identity.email", "storage"],
"permissions": [
"alarms",
"identity",
"identity.email",
"storage"
],
"content_security_policy": {},
"action": {
"default_popup": "src/popup.html"
Expand All @@ -24,5 +29,5 @@
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgc3poz04XFD1oqDacIWYKTzIPfg0cEIh5kobaDqG+JYCbLvxYdlX2jXICWIAJR0E6AEdSzDWy2wlc4LPrVpGIZBy5K0f4nb+R7SdiJxOcWLQI8pNRgHnodT2mkdSy8gHRUvbZjT9ulG87tslugQazCluK0dk8DElLyTO1Aijw70+xySHxXxeH4CrDPA+aEeq9dDUsMMIi651/wik5GPcRIHgADbQj5iW8Z4l3PPAADCtsYKKyvLDqbDwg6mcJcGSz6A0mKHs27eMtw3shRdd+LhwN35InDGfo4u9hwL4nX6Ty5JUi8ipUUKu51WJpbNczotJqWedB1L9fB1DEvPDYwIDAQAB",
"version": "0.7.0"
"version": "0.8.0"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crx-gcal-url-opener",
"type": "module",
"version": "0.7.0",
"version": "0.8.0",
"description": "Chrome extension that automatically opens Google Calendar meet links and event URLs",
"scripts": {
"test:dev": "vitest",
Expand Down

0 comments on commit 6c3387e

Please sign in to comment.